Skip to content

Instantly share code, notes, and snippets.

@chris-ramon
Last active June 4, 2016 10:32
Show Gist options
  • Save chris-ramon/6417078 to your computer and use it in GitHub Desktop.
Save chris-ramon/6417078 to your computer and use it in GitHub Desktop.
installing pycharm on ubuntu.
sudo apt-get purge openjdk*
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
download pycharm
cd bin
chmod u+x
./pycharm.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment