- Secret Recipes of the Python Ninja
- Cody Jackson
- 65字
- 2021-06-25 22:14:46
Launching Python environments
By default, Python is installed on a computer with the Python interpreter included on the system path. This means that the interpreter will monitor the Command Prompt for any call to python.
The most common usage for Python is to run a script. However, it may be desirable to launch a specific version of Python for a specific program.
推薦閱讀
- Docker and Kubernetes for Java Developers
- FreeSWITCH 1.6 Cookbook
- React.js Essentials
- Java面向對象程序開發及實戰
- Learning Python Design Patterns(Second Edition)
- Apex Design Patterns
- 程序設計基礎教程:C語言
- HTML5從入門到精通 (第2版)
- 蘋果的產品設計之道:創建優秀產品、服務和用戶體驗的七個原則
- UNIX Linux程序設計教程
- Python 3 數據分析與機器學習實戰
- C++程序設計教程(第2版)
- Learning Nessus for Penetration Testing
- UI設計基礎培訓教程(全彩版)
- Python 3快速入門與實戰