Linux for pycharm installation __linux

Source: Internet
Author: User
Install support library Yum install gcc gcc-c++ autoconf automake


http://www.jetbrains.com/pycharm/download/#section =linux
Or
Website Download Address: https://www.jetbrains.com/pycharm/download/

There are paid and free versions of the Pycharm, and we can use the free version (Community Edition).

//
Installing JDK

sudo add-apt-repository Ppa:webupd8team/java
sudo apt-get update
sudo apt-get install Oracle-java8-installer

//
Configuring $java_home Environment variables

sudo update-alternatives--config java

Check the Java path.

Edit the sudo nano/etc/environment file and add the Java_home= "/usr/lib/jvm/java-8-oracle" line.

Load file test start Source/etc/environment, and then look at the file path echo $JAVA _home


Pycharm Installation

[Root@localhost opt]# TAR-ZXVF pycharm-community-5.0.4.tar.gz
[Root@localhost opt]# CD pycharm-community-5.0.4/bin/
[Root@localhost bin]#./pycharm.sh
Installation complete.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.