Run two different versions of a Python package inside virtualenv alongside each other, from two different Bash scripts
I have a Python package in a Git repository. My code resides in the src/
folder.
How to REMOVE directories from Python sys.path at shell level, while using venv
I have a Python package in a git repository. My code resides in the src/
folder.
setup venv with python
The procedure to setup venv is