Skip to content

Commit e6af704

Browse files
authored
Update Makefile
1 parent f922433 commit e6af704

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ VERSION=0.1.5b4
1212
SHELL:= /bin/bash
1313

1414
# Select this to have anaconda installed for you.
15-
#CONDA=./anaconda3
16-
CONDA=/opt/anaconda3
17-
#CONDA=~/anaconda3
15+
CONDA=./anaconda3
1816
CONDA_ACTIVATE=source $(CONDA)/etc/profile.d/conda.sh; conda activate
1917

2018
# Development:

0 commit comments

Comments
 (0)