工具开发linux install pycharm
https://www.lifewire.com/how-to-install-the-pycharm-python-ide-in-linux-4091033
Download PyCharm from the JetBrains website.
Install PyCharm. The standard and recommended location is /opt, although you can modify this selection if necessary. Run the following command:
sudo tar xfz pycharm-*.tar.gz -C /opt/
Run pycharm.sh from the bin subdirectory:
cd /opt/pycharm-*/bin
./pycharm.sh
Complete the first-time-run wizard to get started.
- ubuntu
sudo snap install pycharm-community --classic