- 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:

推薦閱讀
- Kubernetes實戰
- 架構不再難(全5冊)
- Clojure for Domain:specific Languages
- Learning Firefox OS Application Development
- 人人都是網站分析師:從分析師的視角理解網站和解讀數據
- 鋒利的SQL(第2版)
- Instant RubyMotion App Development
- Node.js:來一打 C++ 擴展
- Create React App 2 Quick Start Guide
- Getting Started with Python and Raspberry Pi
- 編程可以很簡單
- 零基礎學C語言(升級版)
- Practical Predictive Analytics
- 網頁設計與制作
- HTML5 Canvas核心技術:圖形、動畫與游戲開發