I'm using pipenv
to isolate a setup I would like to use later: I used pip
to install jupyter lab, and would like to use kernels for both python2
and python3
from it.
However, I was not able to nest those virtual environments, and for now I am using some system-wide packages for python2
.
Is there a simple way to combine multiple pipenv
for that use case? The way it works with paths, I don't see any technical obstacle to it.
A related question regarding virtualenv
was this one.