- 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.
推薦閱讀
- Visual Studio 2012 Cookbook
- Apache Spark 2.x Machine Learning Cookbook
- Python算法詳解
- HTML 5與CSS 3權威指南(第3版·上冊)
- Visual Basic程序設計教程
- Android群英傳
- 動手打造深度學習框架
- SQL Server 2008中文版項目教程(第3版)
- Apache Solr PHP Integration
- UX Design for Mobile
- Java EE程序設計與開發實踐教程
- Distributed Computing with Python
- Daniel Arbuckle's Mastering Python
- 從零開始:Qt可視化程序設計基礎教程
- C++并發編程實戰(第2版)