For the pycharm IDE how would I open a terminal in the IDE that uses an identical project environment

我们两清 提交于 2019-12-22 17:25:06

问题


Currently when I open a terminal in or out of pycharm the path has it open up python2.7.8. My project interpreter in python points to another version installed on my system (python2.6) it all works fine except when I open a terminal from within pycharm it still points to python2.7.8. I know about .pycharmrc, but how would I have the pycharm terminal point to the project python interpreter? Is there an an easy way?

来源:https://stackoverflow.com/questions/24809181/for-the-pycharm-ide-how-would-i-open-a-terminal-in-the-ide-that-uses-an-identica

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!