configure python 3.6.2 and pycharm professional in ubuntu 16.04

0

I'm trying to configure python3.6.2 (the one I already have installed) in professional pycharm, and when I try to change the python version when creating a project only versions 2.7 and 3.5 appear.

How can I configure this version in pycharm?

    
asked by mihael 03.08.2017 в 16:51
source

1 answer

1

Add it to your project just ... Preferences - > Project - > Project interpreter - > ... - > more

And there you can ...

In the plus sign ( + ). In your system it can be located elsewhere.

    
answered by 03.08.2017 / 18:51
source