How can I add Python interpreters manually (when they can't be detected)?
I have recently installed PyCharm 3.0.2 on Ubuntu 13.10. (As in, I've unzipped the archive and am running the .sh file.)
However, I can't define any Python interpreters. None appear in the interpreter list, and when I click the + button, nothing happens. (I do have Python 2.6, 2.7 and 3 installed in their default locations, plus a virtualenv created in ~/.virtualenvs )
Is there any way to manually add an interpreter to the PyCharm config files? Or fix this issue?
However, I can't define any Python interpreters. None appear in the interpreter list, and when I click the + button, nothing happens. (I do have Python 2.6, 2.7 and 3 installed in their default locations, plus a virtualenv created in ~/.virtualenvs )
Is there any way to manually add an interpreter to the PyCharm config files? Or fix this issue?
Please sign in to leave a comment.
Logged the issue here http://youtrack.jetbrains.com/issue/PY-11612 also asked here http://stackoverflow.com/questions/20538011