- Hands-On Big Data Modeling
- James Lee Tao Wei Suresh Kumar Mukhiya
- 174字
- 2021-06-10 18:58:55
Python on Windows
Python doesn’t come prepackaged with Windows, but that doesn’t mean that Windows users won’t find this flexible programming language helpful. It’s quite simple to install Python on Windows.
We can install Python by using the installer. Download the installer and follow the on-screen instructions.
On the first screen, enable the Add Python 3.6 to PATH option, and then click on Install Now:
Once you see a successful message, move on to the next step, and set up the system variables.
Hit Start, go to the Advanced system settings, and then select the View advanced system settings option. In the System Properties window that opens, in the Advanced tab, click on the Environment Variables button:
After clicking on Environment Variables, enter the path, as shown in the following screenshot:
Open a new Command Prompt (the environmental variables refresh with each new Command Prompt that you open), and type python3 –version:
C:\Users\Sureshhardiya\python3 --version
Python 3.6.1