linux下的程序东西都装在一起了。Python的标准路径就是/usr/bin/python。
可以用命令
BatchFile code
<div><!--  Code highlighting produced by Actipro CodeHighlighter (freeware) http://www.CodeHighlighter.com/  --><span style="color: rgb(0, 0, 0);">which python
whereis python</span></div>
系统自带的是安装到/usr/bin下的
后来安装的一般在/usr/local/bin
import sys
print sys.path





http://topic.csdn.net/u/20080826/11/3c6d5a27-8698-4d6b-af5d-eb39d9dd1e89.html

http://tonychen123.blog.ubuntu.org.cn/2009/05/02/python%E6%B7%BB%E5%8A%A0%E9%BB%98%E8%AE%A4%E6%A8%A1%E5%9D%97%E6%90%9C%E7%B4%A2%E8%B7%AF%E5%BE%84/




ubuntu下的路径

相关文章:

  • 2022-01-28
  • 2022-12-23
  • 2021-12-03
  • 2021-11-22
  • 2022-01-17
  • 2022-12-23
  • 2022-12-23
  • 2021-09-28
猜你喜欢
  • 2022-12-23
  • 2021-05-09
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案