檢視python版本
我們可以在命令視窗(Windows 使用win+R 調出 cmd執行框)使用以下命令檢視我們使用的python版本:
python -V
以上命令執行結果如下:
python 3.3.2
你也可以進入Python的互動式程式設計模式,檢視版本:
Python 3.3.2 (v3.3.2:d047928ae3f6, May 16 2013, 00:03:43) [MSC v.1600 32 bit (Intel)] on win32 Type "copyright", "credits" or "license()" for more information. >>>
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/2894/viewspace-2811565/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Python版本檢視Python
- Python中如何檢視庫版本?Python
- 01-如何檢視你的Python版本?Python
- 檢視 .net 版本
- Mysql版本檢視MySql
- 檢視AIX版本AI
- 檢視EBS版本
- CUDA 版本檢視
- centos檢視版本資訊CentOS
- Websphere版本檢視(UNIX)Web
- win10如何檢視版本_win10檢視版本的方法Win10
- 檢視、修改oracle字符集,檢視oracle版本Oracle
- 檢視Linux核心版本Linux
- 檢視weblogic版本資訊Web
- 檢視 linux 版本資訊Linux
- linux檢視程式版本Linux
- 檢視JDBC驅動版本JDBC
- (轉)檢視linux版本Linux
- UBUNTU檢視軟體版本Ubuntu
- debain檢視系統版本AI
- aix 檢視微碼版本AI
- 如何檢視Oracle JDBC版本OracleJDBC
- 怎麼檢視php版本PHP
- 檢視ubuntu版本與linux核心版本UbuntuLinux
- 如何檢視win10哪個版本 windows10版本檢視怎麼操作Win10Windows
- centos 檢視USB介面的版本CentOS
- 檢視JAR包的JDK版本JARJDK
- 檢視git當前版本號Git
- linux檢視tomcat版本LinuxTomcat
- 教你如何檢視linux版本Linux
- 【Linux檢視tomcat版本】LinuxTomcat
- LINUX檢視系統版本Linux
- 如何檢視EBS 檔案版本
- 檢視資料庫的版本資料庫
- CMake、Eigen、Ceres版本檢視
- windows10怎麼檢視系統版本號_如何檢視windows10版本號Windows
- 教你如何檢查 Python 版本Python
- 檢視 pip 指向哪個 python 版本和包安裝路徑Python