Open peytondmurray opened 2 years ago
@costrouc do you have a sense of difficult (or feasible) this might be?
Partially resolved by #2191
Alternatively we can add an alias for pip
/conda
that outputs a warning message, which is something like:
Please do not run pip/conda install unless you're running in a virtualenv, use conda-store rather
For conda
, we could add this alias for the different environments using activation/deactivation scripts. They would need to be added on environment creation.
Feature description
Users who don't read the documentation about
conda-store
will likely try to modify user environments throughconda
/mamba
/pip
. One way of helping users understand how to modify their environments could be to prevent them from using these utilities by overriding them, and instead displaying a message directing them to use conda-store.Value and/or benefit
Anything else?
No response