Home  >  Article  >  Backend Development  >  How to lower python version

How to lower python version

青灯夜游
青灯夜游Original
2021-03-01 14:39:0342622browse

Methods to lower the python version: 1. Open the anaconda prompt window; 2. Enter the "conda install python=3.6" command and press Enter; 3. Wait for the prompt (y/n), enter y, and wait for a while time, and when done is prompted, it successfully returns to python3.6.

How to lower python version

The operating environment of this tutorial: windows7 system, python3 version, DELL G3 computer

Method to reduce the python version:

Open anaconda prompt, then enter conda install python=3.6, then wait for the prompt (y/n), enter y, wait for ten minutes, it will prompt done, in this case, it means that python3.7 has been returned It’s python3.6.

How to lower python version

How to lower python version

Related recommendations: Python3 video tutorial

The above is the detailed content of How to lower python version. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn