diff options
| author | Gabriel Kosmacher <73120774+kennykos@users.noreply.github.com> | 2023-03-10 13:24:32 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-10 13:24:32 -0600 |
| commit | b99a8f2e5e0e77f5a05c93d0b27bb79ac7b48896 (patch) | |
| tree | b83c11e0ab0d15b37f0b739d8716800022f334a3 /setup/teardown_conda.sh | |
| parent | 4e03f54aa1f4e7648b3d3498bc1f173106c10334 (diff) | |
| parent | 2d7b47b8f44b52d21e8df9ca1bce2c5cbd998944 (diff) | |
Merge pull request #1 from kennykos/2-set-up-binder-1
2 set up binder 1
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 |
