python 常遇到问题总结

来源:互联网 发布:js 执行上下文 编辑:程序博客网 时间:2024/06/05 08:50

无法找到python的路径

import sys

print(sys.path)


pip的安装路径

pip -V