0

I'm new to Python. I need to install "Virtualenv" but I don't can't figure out how it works and how to install it.

I have downloaded and uncompress virtualenv-1.5.2. What sould be my next step?

Best Regards,

1
  • Your next step should have been your first step: Read the manual. If you have done this, please be more concrete in your question. What part are you having problems with? Commented Mar 24, 2011 at 12:19

2 Answers 2

2

Inside the uncompressed virtualenv directory run

python setup.py install

You should also learn about easy_install and pip for Python package installation.

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks for your reply. I have installed in this way: "python C:\virtualenv-1.5.2\virtualenv.py --distribute python_virtualenv". This will create a directory with the virtualenv
0

Just install ActivePython, it already includes virtualenv, easy_install, pip and PyPM.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.