I have a macbookpro.
I downloaded virtualenv.py from pylonsbook.com/virutalenv.py
when I type:
python virtualenv.py --no-site-packages env
it outputs:
New python executable in env/bin/python
then it just hangs, I don’t get the prompt in terminal.
I’ve restarted the computer and I get the same result, what’s wrong?
Have you tried to
easy_install virtualenvinstead? Getting the most updated version is never a bad idea.(Also, that link WFM on my MacBook. After that prompt it installs setuptools into the virtual environment.)