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 EnvironmentTo 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)
Download the installation packageFor pycharm-professional
Install1. Extracttar -xf pycharm-professional
2. Enter the extract directorycd pycharm-professional
3. Run pycharm. sh to enter the graphical installation interface../pycharm.sh
If this is the first installation, select the second
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 variablesAfter the installation is completepycharm
You can open the software and write pycharm to the environment variable./usr/bin/
To point topycharm.sh
File
cd /usr/binln -s /usr/local/pycharm/pycharm-professional/bin/pycharm.sh pycharm
References
- Centos pycharm installation work records
- Product key