1. install python if you don't have one;
   2. download easy_install, and install it;
   3. install pip through easy_install;
   4. install virtualenv through pip, by using "pip install virtualenv; pip
   install virtualenvwrapper "
   5. mkdir ~/.virtualenv ,in .bash_profile “export
   WORKON_HOME=$HOME/.virtualenv”
   6. source
   /Library/Frameworks/Python.framework/Versions/2.7/bin/virtualenvwrapper.sh
   7. source ~/.bash_profile

After that, i think virtualenv is doable.

regards,

Bowen

2012/5/16 Sanjay M <isanja...@gmail.com>

> I want to create a virtualenv pip, but I don't know how to Install
> virtualenv by running pip install virtualenv? Can anyone explain how to
> setup a virtualenv?
>
> Thanks in advance
>
> -Regards,
> Sanjay M
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/django-users/-/ImAJ5q4jrw4J.
> To post to this group, send email to django-users@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.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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.

Reply via email to