+2 votes
in General IT Tips by (71.8k points)
I really like PyCharm IDE for python on my windows machine. How can I install it on Ubuntu 14.04?

1 Answer

+2 votes
by (71.8k points)
selected by
 
Best answer

I think PyCharm is not a free software, instead you can install PyCharm community following the steps mentioned below.

1. Add PPA running the following command on terminal - 

sudo add-apt-repository ppa:mystic-mirage/pycharm

2. After adding PPA, run the following commands one by one on terminal.

sudo apt-get update
sudo apt-get install pycharm-community

If you have purchaed PyCharm, then run sudo apt-get install pycharm instead of sudo apt-get install pycharm-community

Related questions

+1 vote
1 answer
+3 votes
1 answer
+3 votes
1 answer
+3 votes
1 answer

...