virtualenv wrecked my Django+modules install
alex23
wuwei23 at gmail.com
Thu Jan 5 21:48:18 EST 2012
More information about the Python-list mailing list
Thu Jan 5 21:48:18 EST 2012
- Previous message (by thread): virtualenv wrecked my Django+modules install
- Next message (by thread): virtualenv wrecked my Django+modules install
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Jan 6, 5:01 am, Alec Taylor <alec.tayl... at gmail.com> wrote: > Does this mean I need to install everything required by my project all > over again? - If so, should I take a virtualenv approach (and what > would the advantages be of doing so)? Virtualenv should _never_ clobber any non-virtualenv installs, that's the whole purpose of it. > Not only could I not get Pinax running, but when I went back to work > on my Satchmo-based project[...] Did you de-activate the Pinax virtualenv before trying to work on your other project? That's the only guess I have as to why you couldn't see your original installation.
- Previous message (by thread): virtualenv wrecked my Django+modules install
- Next message (by thread): virtualenv wrecked my Django+modules install
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list