Last active
December 13, 2015 04:39
-
-
Save drawcode/4869640 to your computer and use it in GitHub Desktop.
get *nix os and version
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
| uname -a |
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
| $ cat /etc/*-release |
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
| wget http://pypi.python.org/packages/source/s/setuptools/setuptools-0.6c11.tar.gz | |
| tar xzf setuptools-0.6c11.tar.gz | |
| cd setuptools-0.6c11 | |
| python setup.py install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment