Setup Pycharm Ide
Install using tar archives
Note
There is a separate tarball for ARM64 processors.
-
Unpack the
pycharm-*.tar.gzfile to a different folder, if your current Download folder doesn't support file execution:tar xzf pycharm-*.tar.gz -C <new_archive_folder>The recommended installation location according to the filesystem hierarchy standard (FHS) is /opt. To install PyCharm into this directory, enter the following command:
sudo tar xzf pycharm-*.tar.gz -C /opt/To verify integrity of the downloaded archive, use the SHA checksum linked from the Download page.
-
Switch to the bin sub directory:
cd <new archive folder>/pycharm-*/binFor example,
cd /opt/pycharm-2022.2.4/bin -
Run
pycharm.shfrom the bin sub directory.sh pycharm.sh