Answer the question
In order to leave comments, you need to log in
[[+content_image]]
Why, when creating a virtualenv, does it contain only global packages, and I cannot overwrite/install local ones?
I perform this action
virtualenv venv
New python executable in /home/user/webapps/v21_dev/venv/bin/python
Installing setuptools, pip, wheel...
done.
[[email protected] v21_dev]$ source venv/bin/activate
(venv) [[email protected] v21_dev]$ pip freeze
Answer the question
In order to leave comments, you need to log in
The problem was in the features of the server (webfaction). Creating an empty sitecustomize.py in /home/username/webapps/project/venv/lib/python2.7 solved the problem
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question