From 7de7c0a18b41592366c4b8ef6909c78c23c93d30 Mon Sep 17 00:00:00 2001 From: Warsame Bashir Date: Sat, 23 Feb 2019 12:26:36 -0600 Subject: [PATCH] Update Makefile and add CONDA variable --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 40cb199..e84f2e3 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,7 @@ PROJECT_NAME = bus_number PYTHON_INTERPRETER = python3 VIRTUALENV = conda +CONDA_EXE = /anaconda/bin/conda ## Install or update Python Dependencies requirements: test_environment environment.lock