- Secret Recipes of the Python Ninja
- Cody Jackson
- 95字
- 2021-06-25 22:14:46
How it works...
Calling python2 or python3 opens the latest installed version of the respective branch, whereas the other examples show how to invoke a specific version number. Regardless of whether a newer version is available from the Python site, only versions that are installed on the system are available for use.
This is beneficial, because a developer may have to support legacy software and some features of those programs may not be compatible with newer Python versions. Thus, being able to call a specific version ensures that the developer is using the correct environment.
推薦閱讀
- HornetQ Messaging Developer’s Guide
- Learning Python Web Penetration Testing
- Mastering OpenCV Android Application Programming
- PHP+MySQL網站開發技術項目式教程(第2版)
- 編寫高質量代碼:改善Python程序的91個建議
- 基于免疫進化的算法及應用研究
- Microsoft Dynamics GP 2013 Reporting, Second Edition
- Mastering Apache Spark 2.x(Second Edition)
- Asynchronous Android Programming(Second Edition)
- HTML5從入門到精通(第4版)
- Java Web開發就該這樣學
- Android Studio Cookbook
- Drupal 8 Development Cookbook(Second Edition)
- Java EE項目應用開發
- HikariCP數據庫連接池實戰