How to install Pycharm on Linux

Опубликовано: 03 Март 2026
на канале: Crocodile Code
282
5

*NOTE*
When this video is recorded pycharm version is 2022.1.1! If you are downloading and installing pycharm make sure to change the version number when installing using cmd!


*COMMANDS*

cd ~/Downloads
ls
tar -xzf pycharm-community-2022.1.1.tar.gz
cd pycharm-community-2022.1.1
cd bin
chmod u+x pycharm.sh
sh pycharm.sh


*Thanks for watching. If you think this video helped you please like this video*