PYCHARM : Initial Install PYCHARM Linux Centos 6.7 - setting installation options
Answered
Im enrolled in a elementary python class.
Instructor has given steps on how to load using the windows msi.
I am on a linux box. I need to make sure that the installation option is set for Python 3.5.
I looked under settings and config and cant locate where to check that 3.5 will actually be used.
Thanks in advance for the help !!
Please sign in to leave a comment.
Hello, if I understand you correctly, you've installed Pycharm and need to specify python 3.5 as your project interpreter (please let me know if it's not the case). In this case you need to add python 3.5 to Pycharm as described here: https://www.jetbrains.com/help/pycharm/2016.3/configuring-local-python-interpreters.html and select it for your project: https://www.jetbrains.com/help/pycharm/2016.3/configuring-python-interpreter-for-a-project.html. Please let me know if you have any questions.