我正在使用Ubuntu 16.04。python 3安装目录在哪里?
在终端中运行"whereis python3“给我:
python3: /usr/bin/python3.5m-config /usr/bin/python3 3 /usr/bin/python3.5m /usr/bin/python3.5-config /usr/bin/python3.5 /usr/lib/python3 3 /usr/lib/python3.5 /etc/python3 3/etc/python3 3.5 /usr/local/lib/python3.5 /usr/include/python3.5m /usr/include/python3.5 /usr/share/python3 3/usr/share/man/man 1/python3.1.gz
另外,intrepreter (即python 3可执行文件)在哪里?我将如何将这条路径添加到Pycharm中?
发布于 2018-05-12 09:51:09
你可以试试这个:
which python3
https://stackoverflow.com/questions/50304901
复制相似问题