One - One Code All

Blog Content

查看python安装路径

Python   2007-11-18 17:44:47

使用sys库来查看。

python -c "import sys; print(sys.executable)"
python -c "import sys; print(sys.path)"



上一篇:python程序退出和中断的方式
下一篇:python中whl格式包的安装

The minute you think of giving up, think of the reason why you held on so long.