Advertisement
Guest User

Untitled

a guest
Sep 27th, 2011
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. $ ./setup.py --help-commands
  2. generating manual page
  3. Standard commands:
  4. build build everything needed to install
  5. build_py "build" pure Python modules (copy to build directory)
  6. build_ext build C/C++ extensions (compile/link to build directory)
  7. build_clib build C/C++ libraries used by Python extensions
  8. build_scripts "build" scripts (copy and fixup #! line)
  9. clean clean up output of 'build' command
  10. install install everything from build directory
  11. install_lib install all Python modules (extensions and pure Python)
  12. install_headers install C/C++ header files
  13. install_scripts install scripts (Python or otherwise)
  14. install_data install data files
  15. sdist create a source distribution (tarball, zip file, etc.)
  16. register register the distribution with the Python package index
  17. bdist create a built (binary) distribution
  18. bdist_dumb create a "dumb" built distribution
  19. bdist_rpm create an RPM distribution
  20. bdist_wininst create an executable installer for MS Windows
  21.  
  22. usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
  23. or: setup.py --help [cmd1 cmd2 ...]
  24. or: setup.py --help-commands
  25. or: setup.py cmd --help
  26.  
  27.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement