Unable to start terminal on Pycharm on Ubuntu

醉酒当歌 提交于 2019-12-10 18:50:49

问题


I wanted to run a code, and for that, I installed Pycharm on my Ubuntu Machine. Now. When I opened the Pycharm application and tried to open the terminal, it throws an error and doesn't open the terminal.

java.io.IOException: Exec_tty error:Unknown pycharm

Additional Notes: I am running Ubuntu 16.04 on Vmware.


回答1:


you should set your shell path you could use cat /etc/shells command to see where you shell is then set in pycharm Preferences > Tools > Terminal > Shell path



来源:https://stackoverflow.com/questions/43629835/unable-to-start-terminal-on-pycharm-on-ubuntu

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