如何检查Windows 10 PC上安装的python anaconda版本?

编程入门 行业动态 更新时间:2024-10-27 04:28:25
本文介绍了如何检查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?

www.anaconda/download/

推荐答案

在anaconda提示符下,执行 conda -V或conda --version获取conda版本. python -V或python --version获取python版本. conda list anaconda$获取Anaconda版本. conda list获取名称,版本,构建& (在当前环境中)所有已安装软件包的频道详细信息. conda info获取所有当前环境的详细信息. conda info --envs要查看所有环境的列表

On the anaconda prompt,do a conda -V or conda --version to get the conda version. python -V or python --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版本?

本文发布于:2023-11-24 11:33:20,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1625036.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:版本   Windows   PC   anaconda   python

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!