Created
August 28, 2011 12:59
-
-
Save masaki/1176638 to your computer and use it in GitHub Desktop.
direct easy_install
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo easy_install webcolors Searching for webcolors | |
Reading http://cheeseshop.python.org/pypi/webcolors/ | |
Reading http://www.bitbucket.org/ubernostrum/webcolors/overview/ | |
error: Download error: (-2, 'Name or service not known') | |
exit 1 | |
$ sudo easy_install http://pypi.python.org/packages/source/w/webcolors/webcolors-1.3.1.tar.gz | |
Downloading http://pypi.python.org/packages/source/w/webcolors/webcolors-1.3.1.tar.gz | |
Processing webcolors-1.3.1.tar.gz | |
Running webcolors-1.3.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-HXFg3s/webcolors-1.3.1/egg-dist-tmp-hw4BbL | |
zip_safe flag not set; analyzing archive contents... | |
webcolors: top-level module may be 'python -m' script | |
Adding webcolors 1.3.1 to easy-install.pth file | |
Installed /usr/lib/python2.4/site-packages/webcolors-1.3.1-py2.4.egg | |
Processing dependencies for webcolors==1.3.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment