I will explain how to install Python 3.8.
Windows 10 Pro 1909 Python3.8.2
** Be sure to check Add Python 3.8 to PATH **
If this happens, restart Windows.
Then launch the command prompt
> python --version
Python 3.8.2
If so, it is a success.
The Microsoft Store may start. In that case, you may have forgotten to check it, so you will need to reinstall it. You can uninstall it by clicking the marker part, so after finishing, start the installer again and install it according to the procedure of [above](# Method 1-Download and install from the official website).
In Windows10 1903 or later, you can easily download and install as follows.
First, type the following at the command prompt. ** This is a technique that can be used when Python is not installed. ** **
> python
This should launch the Microsoft Store. You can download and install it by clicking "Get" here. Then restart Windows.
Then launch the command prompt
> python --version
Python 3.8.2
If so, it is a success.
Microsoft does it unexpectedly.
This is asuchi0819.
Recommended Posts