wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | python
If failed to install, but you have got the binary file, you can try below command lines to finish the process
# python setup.py build
# python setup.py install
No comments:
Post a Comment