I am trying to follow this Tutorial to learn flask. I have never used python before and a relatively new to linux too so sorry if I am asking a very basic question.
I have installed python version 2.7.5 and am now trying to create the virtual environment for flask.
I downloaded virtualenv.py and ran the command this command:
python virtualenv.py flask
Then get this error.
New python executable in flask/bin/python
Cannot find sdist setuptools-*.tar.gz
Cannot find sdist pip-*.tar.gz
Thanks in advance for any help.