- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 86字
- 2021-07-09 20:40:20
System or environment variables
If you remember the installation steps explained earlier, you might be still thinking what are system variables? They are a set of predefined variables, which are available to all programming units. If it's not set, then each and every time you want to run your program or execute a Python file, you will have to manually provide path for each Python executable, but if python.exe is set as a system variable, then the system automatically recognizes your programming instruction and starts executing.
推薦閱讀
- 微信公眾平臺與小程序開發(fā):從零搭建整套系統(tǒng)
- 跟“龍哥”學(xué)C語言編程
- PHP程序設(shè)計(慕課版)
- Web交互界面設(shè)計與制作(微課版)
- OpenStack Cloud Computing Cookbook(Fourth Edition)
- Neo4j Essentials
- Julia Cookbook
- 低代碼平臺開發(fā)實踐:基于React
- Python深度學(xué)習(xí):模型、方法與實現(xiàn)
- ASP.NET程序開發(fā)范例寶典
- Raspberry Pi Robotic Blueprints
- C++ Application Development with Code:Blocks
- Ext JS 4 Plugin and Extension Development
- jQuery從入門到精通(微課精編版)
- GO語言編程從入門到實踐