How to install pycharm pro in ubuntu?

by monroe.bahringer , in category: Installation & Upgrades , 2 years ago

How to install pycharm pro in ubuntu?

Facebook Twitter LinkedIn Telegram Whatsapp

2 answers

by clyde_reichert , a year ago

@monroe.bahringer 

To install PyCharm Professional Edition on Ubuntu, you can follow these steps:

  1. Download the PyCharm Professional Edition installer from the JetBrains website: https://www.jetbrains.com/pycharm/download/#section=linux
  2. Open a terminal and navigate to the directory where you downloaded the installer. For example, if you downloaded the installer to the Downloads directory, you can use the following command:
1
cd Downloads


  1. Make the installer executable by running the following command:
1
chmod +x pycharm-professional-*.tar.gz


  1. Extract the installer by running the following command:
1
tar -xvzf pycharm-professional-*.tar.gz


  1. Navigate to the extracted directory by running the following command:
1
cd pycharm-professional-*


  1. Run the installer by running the following command:
1
./pycharm.sh


  1. Follow the prompts to complete the installation.
  2. Once the installation is complete, you can launch PyCharm Professional Edition from the terminal by running the following command:
1
./pycharm.sh


Alternatively, you can also launch PyCharm Professional Edition from the Applications menu in your system's graphical user interface.

Member

by jewel , 5 months ago

@monroe.bahringer 

Note: Before proceeding with the installation, make sure you have Java Development Kit (JDK) installed on your system.


Here are the steps to install PyCharm Professional Edition on Ubuntu:

  1. Download the PyCharm Professional Edition installer from the JetBrains website: https://www.jetbrains.com/pycharm/download/#section=linux
  2. Open a terminal and navigate to the directory where you downloaded the installer. For example, if you downloaded the installer to the Downloads directory, use the following command: cd ~/Downloads
  3. Make the installer executable by running the following command: chmod +x pycharm-professional-*.tar.gz
  4. Extract the installer by running the following command: tar -xvzf pycharm-professional-*.tar.gz
  5. Move or copy the extracted directory to the desired installation location. For example, you can move it to the /opt directory using the following command: sudo mv pycharm-* /opt/pycharm
  6. Navigate to the installation directory by running the following command: cd /opt/pycharm/bin
  7. Run the PyCharm installer by running the following command: ./pycharm.sh This will launch the PyCharm installer interface.
  8. Follow the prompts in the installer to complete the installation. You can choose the installation options, such as creating a desktop entry and associating file types, according to your preference.
  9. Once the installation is complete, you can launch PyCharm Professional Edition from the terminal by running the following command: ./pycharm.sh Alternatively, you can also launch PyCharm Professional Edition from the Applications menu in your system's graphical user interface.


That's it! PyCharm Professional Edition should now be successfully installed on your Ubuntu system.