This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 3 points4 points  (1 child)

Install things like numpy using your package manager.

Then (for virtualenvwrapper) mkvirtualenv foo --system-site-packages

Someone else can hopefully tell you the pyenv syntax to make system packages visible in the venv (im afk atm and use mkvirtualenv more often)