This tag is used for the commands available in Python's virtualenv, a tool for creating sandboxed environments.
Questions tagged [virtualenv-commands]
17 questions
0
votes
0 answers
Virtualenv transfer from Mac to Windows
I am currently working on a Django project that uses Virtualenv. Originally, I started the project on my Mac, and would activate the virtual env by entering:
source env/bin/activate
since the virtual env files are stored in a folder called "ENV"…

ng150716
- 2,195
- 5
- 40
- 61
0
votes
2 answers
How to install and use Django 1.0 in virtualenv
I am trying to install Django 1.0, I can install latest version of Django in virtualenv using pip install django but I don't need it, I just want to install Django 1.0 as I have to do some simple work in that.
I have tried following things but at…

Hafiz
- 4,187
- 12
- 58
- 111