You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When buddy has already been installed into the current environment, it should
not be reinstalled.
- The user should `pip uninstall` if they want to update the `buddy` package.
Also allow undefined variables in `check_env.sh`:
- By dropping `set -u` in `check_env.sh` we can use informative messages when
`CONDA_PREFIX` is not defined and urge the user to activate the relevant
environment.
Currently, setup.sh installs
buddy
package using pip. But it does this every time that./setup.sh
is called.Would prefer if
buddy
was installed at the first run of./scripts.setup.sh
and then installed again only if the version installed in the current environment predates the source code in
./scripts/helpers_for_setup/buddy
For the latter, see #20
The text was updated successfully, but these errors were encountered: