Skip to content

Instantly share code, notes, and snippets.

@EdwardIII

EdwardIII/f.sh Secret

Created August 19, 2013 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EdwardIII/113bf50d1f8ed24a433c to your computer and use it in GitHub Desktop.
Save EdwardIII/113bf50d1f8ed24a433c to your computer and use it in GitHub Desktop.
$ sudo pip install -r requirements.txt
Downloading/unpacking MySQL-python (from -r requirements.txt (line 1))
Running setup.py egg_info for package MySQL-python
The required version of distribute (>=0.6.28) is not available,
and can't be installed while this script is running. Please
install a more recent version first, using
'easy_install -U distribute'.
(Currently using distribute 0.6.24dev-r0 (/usr/lib/python2.7/dist-packages))
Complete output from command python setup.py egg_info:
The required version of distribute (>=0.6.28) is not available,
and can't be installed while this script is running. Please
install a more recent version first, using
'easy_install -U distribute'.
(Currently using distribute 0.6.24dev-r0 (/usr/lib/python2.7/dist-packages))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment