Ubuntu14.04 installation Pycharm

Source: Internet
Author: User

1, installation jdk1.8
sudo add-apt-repository Ppa:webupd8team/java
sudo apt-get update
sudo apt-get install Oracle-java8-installer

2. Setting Environment variables

Enter Vim ~/.BASHRC, add at the end of the file
Export Java_home=/usr/lib/jvm/java-8-oracle
Export JRE_HOME=${JAVA_HOME}/JRE
Export Classpath=.:${java_home}/lib:${jre_home}/lib
Export Path=${java_home}/bin: $PATH

3. Make configuration effective source ~/.BASHRC

4. Java-version view the version of Java installed

5. Download Community version: Pycharm-community-2016.2.3.tar

6, decompression TAR-ZXVF Pycharm-community-2016.2.3.tar

7, Pycharm decompression can be used, each time the use of the direct operation of pycharm-community-2016.2.3/bin/pychar.sh can be

This article is from the "11423696" blog, please be sure to keep this source http://11433696.blog.51cto.com/11423696/1865049

Ubuntu14.04 installation Pycharm

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.