本文介紹了如何檢查安裝在 Windows 10 PC 上的 python anaconda 版本?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!
問題描述
我有一臺安裝了 python anaconda 的 Windows 10 PC.anaconda 最新版本為 v5.0.1
I have a Windows 10 PC with python anaconda installed. The latest anaconda version is v5.0.1
我想知道PC是否安裝了最新版本v5.0.1,是32位/64位還是python 2.7/3.6.我該怎么做?
I would like to find out whether the PC has the latest version v5.0.1 installed and whether it is 32-bit/64bit or python 2.7/3.6. How do I do that?
https://www.anaconda.com/download/
推薦答案
在 anaconda 提示符下,做一個
On the anaconda prompt, do a
conda -V
或conda --version
獲取 conda 版本.python -V
或python --version
獲取python版本.conda list anaconda$
獲取 Anaconda 版本.conda list
獲取名稱、版本、構建和所有已安裝軟件包的頻道詳情(在當前環境中).conda info
獲取所有當前環境詳細信息.conda info --envs
查看所有環境的列表
conda -V
orconda --version
to get the conda version.python -V
orpython --version
to get the python version.conda list anaconda$
to get the Anaconda version.conda list
to get the Name, Version, Build & Channel details of all the packages installed (in the current environment).conda info
to get all the current environment details.conda info --envs
To see a list of all your environments
詳細說明這里,下載這里
這篇關于如何檢查安裝在 Windows 10 PC 上的 python anaconda 版本?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!
【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!