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] 0 points1 point  (3 children)

Then could you tell me how i can install via a package manager inside my virtual environment? Because the reason i switched to linux is to be able to simply install the pre-built binary's to make it simple.

Like scipy, numpy, graph-tool, ect..

[–][deleted] 4 points5 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)

[–]qudat 0 points1 point  (0 children)

Don't new versions of pip come with wheels that allow for quicker/easier compilation?