There are two main ways to install Lambda Stack with PyCharm.
On the create project screen, expand the Project Interpreter menu. Then, either
-
Select New environment using virtualenv, and check the “inherit global site-packages” box.
-
Select Existing interpreter. Click the “…” button. Choose “System Interpreter” on the left. Then select either python2.7 or python3.6 (3.5 on 16.04).
The easiest way to install pycharm is with snap
sudo snap install pycharm-community --classic