Install pycharm in Centos

Source: Internet
Author: User

Install pycharm in Centos

Pycharm is a Python IDE with windows and linux versions. Here we will introduce the installation in Centos.

Check the jdk Environment

To install pycharm, the system must install jdk. The check method is as follows:

# java -versionjava version "1.7.0_101"OpenJDK Runtime Environment (rhel-2.6.6.4.el6_8-x86_64 u101-b00)OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
  • 1
  • 2
  • 3
  • 4
  • 1
  • 2
  • 3
  • 4
Download the installation package

For pycharm-professional

Install1. Extract
tar -xf  pycharm-professional
  • 1
  • 1
2. Enter the extract directory
cd pycharm-professional
  • 1
  • 1
3. Run pycharm. sh to enter the graphical installation interface.
./pycharm.sh
  • 1
  • 1

If this is the first installation, select the second

  • Activate

Select the License server and enter the URL in the figure.

You can choose the default option for the next installation.

4. Write pycharm into environment variables

After the installation is completepycharmYou can open the software and write pycharm to the environment variable./usr/bin/To point topycharm.shFile

cd /usr/binln -s /usr/local/pycharm/pycharm-professional/bin/pycharm.sh pycharm
  • 1
  • 2
  • 1
  • 2
References
  1. Centos pycharm installation work records
  2. Product key

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.