Skip to content
Snippets Groups Projects
Commit bff39118 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Erase CONDA_PREFIX

parent 00fb37bf
No related branches found
No related tags found
No related merge requests found
...@@ -3,5 +3,5 @@ ...@@ -3,5 +3,5 @@
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
run_cmd rm -rf ${CONDA_PREFIX}
run_cmd rm -rf install.sh run_cmd rm -rf install.sh
run_cmd rm -rf ${PREFIX}
...@@ -4,4 +4,4 @@ ...@@ -4,4 +4,4 @@
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
run_cmd rm -rf ~/.pypirc run_cmd rm -rf ~/.pypirc
run_cmd rm -rf ${CONDA_PREFIX} run_cmd rm -rf ${PREFIX}
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
source $(dirname ${0})/functions.sh source $(dirname ${0})/functions.sh
run_cmd rm -rf ${CONDA_PREFIX} run_cmd rm -rf ${PREFIX}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment