diff options
| author | kennykos <“gkosmacher01@gmail.com”> | 2023-03-10 11:35:53 -0600 |
|---|---|---|
| committer | kennykos <“gkosmacher01@gmail.com”> | 2023-03-10 11:35:53 -0600 |
| commit | d8d37232e3b8c7b10722438a8b8fbccf528a53e6 (patch) | |
| tree | 0e9911f63e4a3e603a3433ca36a776ad92bd88a4 /setup/teardown_conda.sh | |
| parent | 54759ff78f63bf62fc7c126dff64925d5c1fc105 (diff) | |
updating env for setup
Diffstat (limited to 'setup/teardown_conda.sh')
| -rw-r--r-- | setup/teardown_conda.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup/teardown_conda.sh b/setup/teardown_conda.sh index 2fde7a5..a61f834 100644 --- a/setup/teardown_conda.sh +++ b/setup/teardown_conda.sh @@ -6,4 +6,4 @@ if [ -z $EXP_CONDA_VER ]; then else INSTALL_PREFIX=$HOME/miniconda-$EXP_CONDA_VER rm -rf $INSTALL_PREFIX -fi +fi
\ No newline at end of file |
