rpm -qa | grep python檢查是否安裝python python
python -V 查看版本 linux
[root@localhost thirds]# python
Python 2.6.6 (r266:84292, Nov 22 2013, 12:16:22)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-4)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> print("Hello, World!");
Hello, World! 工具
Ctrl+D退出python交互界面 .net
/usr/lib/python2.6/site-packages開源包安裝目錄。pip list查看安裝擴展包版本 orm
pip install requests 使用pip工具安裝開源包requests ip