How to install PyCharm on Ubuntu?
You can install PyCharm on Ubuntu by following these steps:
- Open the terminal and type in the following command to download the PyCharm installation package:
- Download the PyCharm Community version 2021.2.2 tar.gz file using the wget command.
- Extract the downloaded installation package:
- Extract the file pycharm-community-2021.2.2.tar.gz using the command tar -xzf.
- Enter the decompressed directory:
- Change to the directory “pycharm-community-2021.2.2/”.
- Run the PyCharm installation program.
- Please run the pycharm.sh script file located in the bin directory.
- Choose installation type and installation directory in the installation wizard.
- After the installation is complete, you can find the icon for PyCharm in the applications menu, or you can also start PyCharm by running the following command in the terminal.
- Run the Pycharm script located in the bin directory.
PyCharm will launch and you can start using it.