Answer the question
In order to leave comments, you need to log in
How to install django-cms in virtualenv?
Actually, I can’t cope, I do everything in vagrant.
The problem is right away - pip install django -E virt_env/
no such option: -E
I'm just starting to try python myself, so I'm stuck on such a trifle.
PS python 2.7, os - Ubuntu 13.10.
Answer the question
In order to leave comments, you need to log in
This is the first time I've seen this option. Always did:
virtualenv env (if not already created)
source env/bin/activate
pip install what-need-to-install-to-virtualenv
I think it makes sense to install virtualenvwarpper , create a new virtualenv and install django into it:
mkvirtualen django
workon django
pip install django
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question