Skip to content

Instantly share code, notes, and snippets.

@shafi-codez
Last active March 11, 2016 06:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save shafi-codez/9788135 to your computer and use it in GitHub Desktop.
Save shafi-codez/9788135 to your computer and use it in GitHub Desktop.
Pycharm installation
yum install java-1.7.0-openjdk-devel
gunzip pycharm-community-3.1.1.tar.gz
tar -xvf pycharm-community-3.1.1.tar
mv pycharm-community-3.1.1 pycharm-3.1
export JAVA_HOME=/usr
# Pycharm looks with bin/java
vi ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment