cabouman / mbircone

BSD 3-Clause "New" or "Revised" License
11 stars 9 forks source link

Bug in resinstall_conda_environmenet.sh #138

Closed dyang37 closed 1 year ago

dyang37 commented 1 year ago

It seems that the latest update (commit 99f9854f54fc62898252ef9203dbd33b5f2f087d) to the dev script does not quite work. The conda environment is not deactivated properly. See the error message below: Screen Shot 2023-07-06 at 11 12 13 AM

Fix: Replace "echo conda deactivate" with "conda deactivate" in resinstall_conda_environmenet.sh solves the issue.

gbuzzard commented 1 year ago

Ok. Go ahead and make the fix, test, and make a pr.

dyang37 commented 1 year ago

Ok. Go ahead and make the fix, test, and make a pr.

Ok.

dyang37 commented 1 year ago

This is merged in PR #139 .