得到当前python解释器的路径
作者:互联网
在代码中打印地址
print(sys.executable)
得到地址,如:/opt/anaconda3/envs/baogao/bin/python3.6
在控制台中打印地址
在当前环境的控制台中使用命令:
where python
得到结果:
/opt/anaconda3/envs/baogao/bin/python
/opt/anaconda3/bin/python
/usr/bin/python
标签:bin,opt,解释器,anaconda3,python,路径,baogao,envs 来源: https://blog.csdn.net/weixin_35757704/article/details/120765976