Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing Pycharm in Ubuntu 12.10 [closed]

I am trying to install pycharm through Ubuntu Terminal and after I unpack the tar.gz I'm not sure what to do after that.

Are there any instructions for this?

like image 645
adam Avatar asked May 13 '13 04:05

adam


People also ask

Why PyCharm is not opening in Ubuntu?

Sometimes a desktop entry (launcher) for PyCharm gets broken as a result of upgrading your Ubuntu Linux system, or updating PyCharm. and use Tools > Create Desktop Entry to create a new, working desktop entry. The "for all users" option is not necessary unless you really have multiple pycharm users on your system. 3.

Can I install PyCharm on Ubuntu?

For Ubuntu 16.04 and later, you can use snap packages to install PyCharm.

How do I open PyCharm after installation?

To run PyCharm, find it in the Windows Start menu or use the desktop shortcut. You can also run the launcher batch script or executable in the installation directory under bin. Run the PyCharm app from the Applications directory, Launchpad, or Spotlight.


1 Answers

First, you need to make sure you have Oracle java installed. See here on how to do that.

Then, just run the pycharm executable from the expanded archive. It will be in the bin directory.

like image 119
Burhan Khalid Avatar answered Sep 17 '22 17:09

Burhan Khalid