zalun, I thought to get mkvirtualenv you have to install the virtualenvwrapper shell commands:
$ pip install virtualenvwrapper $ export WORKON_HOME=~/VirtualEnvs $ mkdir -p $WORKON_HOME $ source /usr/local/bin/virtualenvwrapper.sh and then you can use it: $ mkvirtualenv django --no-site-packages I'm just following Doug Hellmann's installation guide: http://www.doughellmann.com/docs/virtualenvwrapper/ Flaviu -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.