- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 257字
- 2021-07-09 20:40:20
Setting environment variables in Windows
Here, if python.exe is not provided to the path variable, then the system does not recognize python as a command, as shown in the following screenshot:

The Windows command prompt does not recognize python as shown in the previous screenshot. Once Python has been updated in the path variables or system variables, the windows command line recognizes the python command and executes as shown here:

During installation, the installer provides an option to set system variables, which we have seen in our installation steps. But in case you missed that out, you need not worry. You can manually set the system variables. Simply follow these steps:
- Just right-click on My Computer (older version of Windows PC) or Computer (win 7 onwards) and select Properties. Once you have selected the properties, you will get the following screenshot where you need to select Advanced system settings:

- After you have clicked on Advanced system settings, you will get System Properties. Click on the Environment Variables button.
- After completing Step 2, a window will pop up. From the System variables pane, select Path and click on the Edit button.
- Your Python installation will look something like the following screenshot, where you need to right-click on the address bar and select the Copy address as text option:

- Add the Python installation folder path to the Path variable.
- Click on OK and then again on OK to close all the windows. Our system variable is set:

推薦閱讀
- Dynamics 365 Application Development
- Effective C#:改善C#代碼的50個有效方法(原書第3版)
- 深入淺出Java虛擬機(jī):JVM原理與實(shí)戰(zhàn)
- Vue.js入門與商城開發(fā)實(shí)戰(zhàn)
- C語言程序設(shè)計基礎(chǔ)與實(shí)驗指導(dǎo)
- Mastering Predictive Analytics with Python
- JavaScript入門經(jīng)典
- Julia高性能科學(xué)計算(第2版)
- Emgu CV Essentials
- Mastering Adobe Captivate 7
- Drupal 8 Development:Beginner's Guide(Second Edition)
- Beginning C# 7 Hands-On:The Core Language
- SQL Server 2014 Development Essentials
- Android熱門應(yīng)用開發(fā)詳解
- Learning ROS for Robotics Programming