... | ... | @@ -38,3 +38,8 @@ In the following dialog, you can select the path of the Python binary that you w |
|
|
|
|
|
You can either set this path to the system-wide installation of your preferred Python version, or (more commonly) to a project-level virtualenv (see ["Python Virtual Environments"](/virtualenv)).
|
|
|
|
|
|
As shown in the following figure, PyCharm will let you navigate graphically the directories of the server and select your Python path. Inside virtualenvs, the path that must be used is `<virtualenv-root>/bin/python`.
|
|
|
|
|
|
<img src="./figures/pycharm3.png" width="300">
|
|
|
|
|
|
|