Julian / venvs

venvs creates virtualenvs
https://pypi.org/project/venvs/
MIT License
17 stars 12 forks source link

Figure out how to handle post-install commands #98

Closed Julian closed 4 years ago

Julian commented 4 years ago

E.g. my ml venv requires running:

jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplotlib && jupyter lab build

afterwards to finish the install.