Install PyCharm Community Release on Linux Mint 21.3 and Ubuntu

Опубликовано: 09 Июнь 2024
на канале: TutorKid's Dad
817
7

PyCharm Community Edition on Linux Mint graphically through the official JetBrains website involves downloading the tarball and setting it up. Here are the detailed steps:

Download PyCharm Community Edition:
Open your web browser and go to the PyCharm download page.
https://www.jetbrains.com/pycharm/dow...
Select the Community edition and click the Download button.

Extract the Downloaded Tarball:
Once the download is complete, open your file manager and navigate to the Downloads folder (or wherever you saved the tarball).
Right-click the downloaded pycharm-community-*.tar.gz file and select Extract Here.

Move the Extracted Files to /opt: (I HAVE DONE IT IN DOWNLOADS FOLDER ITSELF)
Open a terminal (Ctrl + Alt + T) and move the extracted folder to /opt for a system-wide installation:

sudo mv ~/Downloads/pycharm-community-* /opt/pycharm-community

Create a Desktop Entry:

To create a desktop entry for easy access, open a terminal and run:

sudo nano /usr/share/applications/pycharm.desktop

#LinuxMint #PyCharm #Installation #PythonIDE #JetBrains #SoftwareInstallation #Linux #Development #IDE #GUIInstalling


Add the following content to the file:

[Desktop Entry]
Version=1.0
Type=Application
Name=PyCharm Community
Icon=/opt/pycharm-community/bin/pycharm.png
Exec="/opt/pycharm-community/bin/pycharm.sh" %f
Comment=Python IDE
Categories=Development;IDE;
Terminal=false
StartupNotify=true

Save the file and exit the text editor by pressing Ctrl + O, Enter, and then Ctrl + X.

Set Permissions and Create a Symlink:

Ensure the pycharm.sh script is executable and create a symlink for easy terminal access:

sudo chmod +x /opt/pycharm-community/bin/pycharm.sh
sudo ln -s /opt/pycharm-community/bin/pycharm.sh /usr/local/bin/pycharm

Launch PyCharm:
You can now find PyCharm Community Edition in your application menu under Development.
Alternatively, you can launch it by typing pycharm in the terminal.

By following these steps, you will have PyCharm Community Edition installed and accessible on your Linux Mint system through both the application menu and the terminal.


Смотрите видео Install PyCharm Community Release on Linux Mint 21.3 and Ubuntu онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь TutorKid's Dad 09 Июнь 2024, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 817 раз и оно понравилось 7 людям.