Python
查看当前使用的Python的安装路径
如题,代码如下:
import
sys
python_path
=
sys
.
executable
print
(
python_path
)
如图:
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus