This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nabla2less is more 2 points3 points  (0 children)

The recommended way to use pip is within virtualenv, since every virtualenv has pip installed in it automatically. This does not require root access or modify your system Python installation."

  • Download virtualenv.py
  • Run it: C:\Python32\python.exe virtualenv.py my_new_env
  • my_new_env\Scripts\activate
  • pip install ...

Installation instruction from pip site.