master
marxzuckerburg 4 years ago
parent a88f36a2fb
commit 43d6132556

@ -265,7 +265,7 @@ then
make install make install
fi fi
fi fi
condaexec="$path_conda/_conda.exe" # condaexec="$path_conda/_conda.exe"
# cd $path_lib # cd $path_lib
# curl http://go.microsoft.com/fwlink/?LinkId=691126\&fixForIE=.exe. -o visualcppbuildtools_full.exe # curl http://go.microsoft.com/fwlink/?LinkId=691126\&fixForIE=.exe. -o visualcppbuildtools_full.exe
@ -289,15 +289,15 @@ echo "path_conda = $path_conda"
# activate conda # activate conda
export PATH="$path_conda/bin:$PATH" export PATH="$path_conda/bin:$PATH"
$condaexec init bash # $condaexec init bash
source "`realpath ~/.bashrc`" # source "`realpath ~/.bashrc`"
source "$path_conda/etc/profile.d/conda.sh" source "$path_conda/etc/profile.d/conda.sh"
condaexec="conda"
pythonexec="python" pythonexec="python"
$condaexec
echo ' echo '

Loading…
Cancel
Save