--- python python base environment to build windows version

Python 3.7.1 Standard Installation

1. official website to download

  Official website address: https://www.python.org/downloads/

  Download 3.7.1

   

 

 

 

  Download 64 / 32bitwindows installation files, the FIG x86-64 is 64bit, x86 is 32bit

  

2. Double-click the exe file to install 

  a) a first selection screen below

   

 

 

 

  b)  The second interface is the default choice, and then click Next

  c) The third configuration interface is shown in the figure below, pay attention to choose the installation path. Otherwise, the installation is complete, you may not know where the installed

   

 

 

   d)  Click Install, wait for the installation to complete

 

  • 3.Python environment variable configuration

  a) Right My Computer, and then click Properties

   

 

 

   b)  Properties panel can check your windows is a 64 -bit or 32-bit; open environment variable may additionally disposed inside the Advanced System Settings

   

 

 

   

 

 

  

  c) Click New in the System Variables below

   

 

 

 

  d)  New PY_HOME variable, the value of the installation path Python, and then click OK

   

 

 

   e)  found in the system variables below Path variable and click Edit

   

 

 

   f) In the front edit variable values ​​added:% PY_HOME%;% PY_HOME% \ Scripts;

   

  g)  After determining all the configuration interface, re-open cmd

4. Verify Python environment configuration

  a) Python test, the input python -V CMD below the enter input pip -V

  The results shown below, shows a success

 

 

 

   

 

 

 

PyCharm Free installation

 

1. official website to download

  a) official website https://www.jetbrains.com/pycharm/download/#section=windows

  b) Free to download and install the right

   

 

 

 

2. Use

  a)  a first interface directly Next

  b)  a second address interface may choose to install, it can be installed by default in the C drive. After clicking next, wait a minute will respond

   

 

 

 

  c) The third interface is shown disposed

   

 

 

   d)  The fourth interface by default, and then click Install, wait for the installation to complete

3. Run pycharm when the first screen click OK, the second interface to choose their own style, and then click on the left side of the skip

4. In the first screen, click create new project

  

 

 

 5. The second interface, select the project path, and then take the name to the project. Click the create, prompt interface directly close

   

 

 

 6. Configure the Python environment used pycharm

  a) Open the configuration interface

  

 

 

   

 

 

 

  b)  Select the Python environment, if not Python3.7 , it is created. If you already have Python3.7 environment, directly choose

  c)  Create a Python3 environment

    1. Click the Settings button to the right, then click on add

     

 

 

     2. In the Add interface inside the second selected existing environment. Then click on the right ... , we select just installed Python3.7.1 following python.exe

     

 

     3 .. choose a good python.exe after use to check all the items, and then click OK

     

 

 

  •     4. After the completion of the operation, we just selected will appear in the interface environment of choice Python environment

     

 

 7. Click OK, complete Python environment configuration

Guess you like

Origin www.cnblogs.com/wendy-0901/p/11506087.html
Recommended