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. 
  1. ubuntu
sudo snap install pycharm-community --classic
上一篇:在pycharm中创建py文件——创建你的第一个项目


下一篇:pycharm连接远程环境调试运行