Closed ckunki closed 3 months ago
Closes #273
pip
/usr/bin/pip
/home/jupyter/jupyterenv/bin
PATH
python -m pip would also be fine
python
Actually, inside a Jupyter notebook the Jupyter virtual env should be activated anyway, but we have observations not confirming this assumption.
Closes #273
pip
in/usr/bin/pip
/home/jupyter/jupyterenv/bin
needs to be prepended to environment variablePATH
in order to override the system-wide binarypython -m pip would also be fine
sincepython
andpip
both are aware of the directory of the initially called binaryActually, inside a Jupyter notebook the Jupyter virtual env should be activated anyway, but we have observations not confirming this assumption.