pycharm is a good editor tool for python.It comes in 2 edition
1.Community edition (Free!!)
2.Professional edition (that you can purchase).
STEPS TO INSTALL:
Step1: First of all pycharm needs JVM (Which is obvious) .You can check this as follows
1.Community edition (Free!!)
2.Professional edition (that you can purchase).
STEPS TO INSTALL:
Step1: First of all pycharm needs JVM (Which is obvious) .You can check this as follows
If you are not able to find any java versions just run the below command
ab@Boxx:~$ java –version
Step 2: Now lets install pycharm
sudo apt-get update
sudo apt-get install openjdk-6-jre-headless
//create a folder in opt
//Navigate to that foldermkdir -p ~/opt/packages/pycharm
cd ~/opt/packages/pycharm
//Download the archive file of pycharmDONE! Now open pycharm using
//Extract the filewget http://download.jetbrains.com/python/pycharm-community-4.0.4.tar.gz
//Installgzip -dc pycharm-community-4.0.4.tar.gz | tar xf -
ln -s ~/opt/packages/pycharm/pycharm-community-4.0.4 ~/opt/pycharm
~/opt/pycharm/bin/pycharm.sh
No comments:
Post a Comment