python安装路径查看

python安装路径查看:

Windows中查看
(1)进入cmd 命令框
(2)进入python交互
(3)输入import sys ;
(4)然后输入sys.path
python安装路径查看_第1张图片

你可能感兴趣的:(python学习,python,pycharm)