Install python and editing tools PyCharm

win10 install python environment, install editing tools PyCharm

1, the mounting Python
Python installation package Download
https://www.python.org/ftp/python/3.8.0/python-3.8.0.exe

Download and install custom installation directory, remember one marked in the python adding environment variables √.

2, mounting PyCharm
PyCharm installation package Download
http://fastsoft.onlinedown.net/down/pycharmpro2018.3.5.exe

Download and install, select 64, .py suffix, not download jre

3, installed Java
Java environment installation configuration:
Java download the installation package jdk-8u231-windows-x64, the installation according to the default address

After installation configuration environment variables:
user variables add the following variables

Variable name JAVA_HOME
variable value C: \ Program Files \ Java \ jdk1.8.0_231

Variable name CLASSPATH
variable value;.% JAVA_HOME% \ lib \ dt.jar;% JAVA_HOME% \ lib \ tools.jar;

Variable name Path, add the following content
% JAVA_HOME% \ bin
% JAVA_HOME% \ jre \ bin

4, finished PyCharm
finished package JetbrainsCrack-release-enc.jar Download
https://pan.baidu.com/s/1bAA6UY_CY3L-DBHmQemUcA
61zn

Download the package into the jar PyCharm installation directory
D: \ Program Files \ JetBrains \ PyCharm 2018.3.5 \ bin

Modify pycharm.exe.vmoptions and pycharm64.exe.vmoptions two files, add the following:
-javaagent: D: \ Program Files \ JetBrains \ PyCharm 2018.3.5 \ bin \ JetbrainsCrack-Release-enc.jar

5, registration
open PyCharm, fill in the required license when selecting "Activation code", the contents of the downloaded file registration code inside the space to copy

 

Reference:
https://blog.csdn.net/xuchengshantttt/article/details/82054628
https://blog.csdn.net/u011735367/article/details/88235959

Guess you like

Origin www.cnblogs.com/xiaoxiaozhou/p/11898824.html