Although there are many ways to install Pycharm ranging from bash installation to repository installations. I am going to use a particular repository that I believe is most trustworthy and also believe that it is provided by Ubundu developers. It is called umake. In order to install pycharm, we first need to install a tool called umake. Umake lets you install various IDEs without much of a problem and best thing about it is that it is provided by Ubuntu developers.Pycharm installation from umake is so easy that you will forget all other options of installation easily after this.
Here is how to do this.
Follow these steps:
- Open terminal/terminator by pressing "CTRL + ALT + t"
- type in "sudo add-apt-repository ppa:ubuntu-desktop/ubuntu-make" and press Enter
- Provide password and press Enter
- Wait for it to finish
- Now type in "sudo apt-get update"
- wait for it to finish
- Now type in "sudo apt-get install umake"
- Press Y when asked
- wait for it to finish installation
- Now type in "umake ide pycharm-community" for Pycharm community edition and "umake ide pycharm-professional" for Pycharm Professional edition.
- Wait for it to finish download and install
- wait for it...
- here you are Pycharm is installed
- To run pycharm, click the PC icon on your icons at the left side pin where a new icon has appeared. Or Search it in applications.
No comments:
Post a Comment