diff options
| author | Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> | 2023-03-13 13:22:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 13:22:02 -0500 |
| commit | 8e3b0bfe3487044cce57d78d803b1c8f8cbe37c5 (patch) | |
| tree | f033ede7b3b855af02c4a331405728af93c3904e /setup/teardown_conda.sh | |
| parent | 28c1eff12954a8c24d88fa4df036bd7221c919f3 (diff) | |
| parent | d92093d87deee8b0a03a13af4a53f78753e9ab77 (diff) | |
Merge pull request #4 from kennykos/1-set-up-binder
1 set up binder
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 |
