How to Install PyCharm on Ubuntu 16.04 / 18.04

 

PyCharm is a keen Python IDE code editorial manager for designers, It arrives in an undeniable expert and a free network variant… Developers can utilize PyCharm to make extraordinary Python applications, PyCharm additionally offers incredible help for Python, JavaScript, CoffeeScript, TypeScript, CSS with immense assortment of apparatuses out of the container incorporates a coordinated debugger and test sprinter, worked in database instrument and remote improvement support.

In this post, We will install PyCharm using ubutnu 16.04 and 18.04.

Update Repository

Step 1:- Update the current ubuntu repository by using the command.

$ sudo apt-get update

Install Snap

Snap is another way and better approach to introduce bundles on Ubuntu… It’s snappy and simple and gives better bundle the board support.

Step 2:- Install the Snap by following the command.

$ sudo apt-get install snapd snapd-xdg-open -y

Install PyCharm

Step 3:- Install the PyCharm by using the given command below.

To install pycharm-community use the below command.

$ sudo snap install pycharm-community –classic

To install pycharm-professional use the below command.

$ sudo snap install pycharm-professional –classic

How to Install PyCharm on Ubuntu 16.04 / 18.04

Leave a Reply

Your email address will not be published. Required fields are marked *

Scroll to top