Install python3.6 development environment under windows7

 

All software is placed in Baidu cloud disk:

Link: https://pan.baidu.com/s/1rux8sDK9thhbZ1qjwQg6kA Password: iq4c

 

1. Install python3.6.5

  When installing, you must tick the environment variable, otherwise you need to add it manually. In this way, you can see the version number by entering python -V in cmd.

  

2. Install mysql 8.0

  After the installation is completed, because the content of vc++ 2015 is required, mysql cannot enter in cmd, and an error will occur. Install vc_redist.x64.exe in Baidu cloud disk, restart the system, restart the computer, and you can enter mysql in cmd .

  Using windows msi installation, only the server side is installed, which is the server version, and the others do not need to be installed. Note that the default name for mysql is MySQL80. At this time, 80 should be removed, that is, the name should be mysql.

  Use cmd to enter, command: mysql -uroot -proot

3. navicate11.2

  There is an error connecting to mysql8.0 after installation, because mysql8.0 uses the new plug-in caching_sha2_password, but our navicate does not, so we need to switch the plug-in, the method is to enter mysql in cmd, which is the above command: mysql -uroot -proot, and then enter :

  ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'root';

  Just replace caching_sha2_password with the default mysql_native_password plugin, and then connect to mysql successfully.

  Note: When registering, press and hold ctrl+shift to pop up the selection window and select the generated registration file, so that the registration can be successful.

  

 

4. pycharm Professional Edition

  Because the professional version has a very powerful prompt function in django, especially it is very helpful for learning, so install the professional version, do not install the community version or the education version, both of which are castrated versions.

  Pycharm registration, the latest pycharm2018.1.2 64-bit can be activated into 99 years with the following:

  a. Download JetbrainsCrack-2.7-release-str.jar, see Baidu cloud disk at the top, and put it in the root directory of disk D or other locations

  b. Modify pycharm.exe.vmoptions and  pycharm64.exe.vmoptions these two files, add at the end  -javaagent:D:/JetbrainsCrack-2.7-release-str.jar, and save.

  

  c. Open pycharm, register and select the second registration code, copy the following registration code, after copying, pycharm will automatically load the content in the clipboard, without manual input

  

ThisCrackLicenseId-{
"licenseId":"11011",
"licenseeName":"WeChat Official Account",
"assigneeName":"Naked sleeping pig",
"assigneeEmail":"[email protected]",
"licenseRestriction":"Please pay attention to the public account: pig sleeping naked",
"checkConcurrentUse":false,
"products":[
{"code":"II","paidUpTo":"2099-12-31"},
{"code":"DM","paidUpTo":"2099-12-31"},
{"code":"AC","paidUpTo":"2099-12-31"},
{"code":"RS0","paidUpTo":"2099-12-31"},
{"code":"WS","paidUpTo":"2099-12-31"},
{"code":"DPN","paidUpTo":"2099-12-31"},
{"code":"RC","paidUpTo":"2099-12-31"},
{"code":"PS","paidUpTo":"2099-12-31"},
{"code":"DC","paidUpTo":"2099-12-31"},
{"code":"RM","paidUpTo":"2099-12-31"},
{"code":"CL","paidUpTo":"2099-12-31"},
{"code":"PC","paidUpTo":"2099-12-31"}
],
"hash":"2911276/0",
"gracePeriodDays":7,
"autoProlongated":false}

  So the registration is successful.

  

  For more details, please see the original link: https://blog.csdn.net/u014044812/article/details/78727496

 

   In this way, you can start playing freely under win7.

  Study hard, python is endless.

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325138561&siteId=291194637