Home > Article > Backend Development > How to install pycharm on ubuntu
Steps to install pycharm on ubuntu: 1. Download the PyCharm installation package; 2. Create a new folder; 3. Move the installation package to the new folder; 4. Enter the new folder; 5 , Unzip the installation package; 6. Enter the unzipped folder; 7. Enter the bin folder; 8. Run the software and start PyCharm; 9. When the installation completion window pops up, select "do not import"; 10. Create a theme and Create a shortcut, then open PyCharm and enter charm.
# Operating system for this tutorial: Windows 10 system, Dell G3 computer.
Installing PyCharm on Ubuntu can be completed by following the steps:
Download the PyCharm installation package.
Create a new folder, such as /opt/.
Move the installation package to the /opt/ folder.
Enter the /opt/ folder.
Unzip the installation package.
Enter the unzipped folder.
Enter the bin folder.
Run the software and start PyCharm.
When the installation completion window pops up, select "do not import".
Create a theme and create a shortcut so that when you open PyCharm later, you only need to enter charm in the terminal.
Follow these steps to complete the installation of PyCharm on Ubuntu.
The above is the detailed content of How to install pycharm on ubuntu. For more information, please follow other related articles on the PHP Chinese website!