.bash_profile在终端中读取但不在PyCharm中读取

时间:2017-10-24 07:47:13

标签: python bash tensorflow pycharm tensorflow-gpu

非常简单的python在终端python中运行,但在PyCharm中失败了。基于该消息,我在.bash_profile中定义的PATH不在PyCharm中传递。我如何让PyCharm知道这些路径?

终端Python中的正确结果: enter image description here

我在PyCharm中看到的失败: enter image description here

1 个答案:

答案 0 :(得分:0)

这对我来说有点类似的情况:

  • 我将.bash_profile复制到.bashrc
  • 在Pycharm的终端设置中,确保' Shell集成'选项未选中
  • 我离开了Shell路径'只有通过bash的路径(没有更进一步 - 需要--rcfile参数)

在.bashrc文件中添加带有自定义消息的回显可能会有所帮助,以确认是否确实正在读取此文件