Saturday, October 23, 2021

[SOLVED] How to install Python Virtualenv?

Issue

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,


Solution

Inside the uncompressed virtualenv directory run

python setup.py install

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



Answered By - rubayeet