This is confusing because installed python plugins will stop working if their dependencies are not installed in the activated virtual environemnt.
We need to either
- Automatically install requirements in the new virtual environment, or
- Notify the user that some dependencies are missing in the new environment and ask them how they would like to proceed
This is confusing because installed python plugins will stop working if their dependencies are not installed in the activated virtual environemnt.
We need to either