porterjamesj/virtualenvwrapper.el

how to create virtual environments with access to system site-packages

Closed this issue · 1 comments

lljr commented

Correct me if I am wrong but virtualenv allows us to create virtual environments that can also use system installed packages with the flag --system-site-packages. I know there are a couple ways to do something similar with the function hooks and also with venv-allvirtualenv-shell-command.

However, I'm not entirely sure what venv-allvirtualenv-shell-command does and really I'm looking for a way to create virtual environments that can access my local jedi, autopep8 and flake8 installs

lljr commented

Not needed. Using another package now.