renshanshan 发表于 2018-8-7 11:28:04

Python模块学习之IPy模块

Shell>cd /root/soft/Python  Shell>wget https://pypi.python.org/packages/88/28/79162bfc351a3f1ab44d663ab3f03fb495806fdb592170990a1568ffbf63/IPy-0.83.tar.gz
  Shell>tar zxvf IPy-0.83.tar.gz
  IPy-0.83/
  IPy-0.83/.gitignore
  IPy-0.83/AUTHORS
  IPy-0.83/COPYING
  IPy-0.83/ChangeLog
  IPy-0.83/IPy.py
  IPy-0.83/MANIFEST.in
  IPy-0.83/Makefile
  IPy-0.83/README
  IPy-0.83/example/
  IPy-0.83/example/confbuilder
  IPy-0.83/example/confbuilder.py
  IPy-0.83/setup.py
  IPy-0.83/test/
  IPy-0.83/test/test.rst
  IPy-0.83/test/test_IPy.py
  IPy-0.83/test/test_fuzz.py
  IPy-0.83/test_doc.py
  Shell>cd IPy-0.83
  Shell>python2.7 setup.py install
  running install
  running build
  running build_py
  creating build
  creating build/lib
  copying IPy.py -> build/lib
  running install_lib
  copying build/lib/IPy.py -> /usr/local/python2.7/lib/python2.7/site-packages
  byte-compiling /usr/local/python2.7/lib/python2.7/site-packages/IPy.py to IPy.pyc
  running install_egg_info
  Writing /usr/local/python2.7/lib/python2.7/site-packages/IPy-0.83-py2.7.egg-info
页: [1]
查看完整版本: Python模块学习之IPy模块