Linux under Python+pycharm installation

Source: Internet
Author: User

First, install python3.5 by default, Linux is the default use of 2.x version, now we want to install 3.x version, the following 1, go to the official website to download the installation package. (Here i download is the. tgz version) 2, with the command decompression installation package TAR-ZXVF + Compression Pack 3, into the extracted file CD + extracted folder 4,./configure--prefix=/usr/local/python3.5 Redirect to this folder to compile5.make6.make Install7, you can go to the installation directory to see if the installation is correct. 8, using the Echo $PATH, view the current environment variables, generally python3.5 not in the environment variable 9, add environment variables, path= $PATH: +python3.5 installation path, such as path= $PATH:/usr/local/ PYTHON3.5/BIN/10, use the echo $PATH to see if the add is normal. 11, enter the/usr/bin/directory, delete the Python file (if the deletion fails, use Rm-r python to force delete), create a soft connection ln-s +python executable path./python, such as Ln-s/usr/local/python3 .5/bin/python3.5./python12, now in which directory the input Python is 3.5 version of the two, install Pycharm1, go to the official website download pycharm Linux version (. tar.gz) 2, unzip TAR-ZXVF + Compress package 3, go to the bin directory under the file to execute./PYCHARM.SH4, I am prompted that the JDK version is too low to 1.8 version, I choose to upgrade in RPM, to download the RPM package, http://www.oracle.com/technetwork/ Java/javase/downloads/jdk8-downloads-2133151.html choose their corresponding version 5, RPM-IVH JDK-8U131-LINUX-I586.RPM6, Next, check to see if you have a normal upgrade to version 1.8 java-version7, repeat the 3 steps, and then follow the Windows installation.

Linux under Python+pycharm installation

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.