Is it ok having both Anacondas 2.7 and 3.5 installed in the same time?(同时安装 Anacondas 2.7 和 3.5 可以吗?)
问题描述
我目前正在使用带有 Python 2.7 的 Anaconda,但我需要使用 Python 3.5.可以同时安装它们吗?我应该期待一些问题吗?
我在 64 位 Win8 上.
I am using currently Anaconda with Python 2.7, but I will need to use Python 3.5. Is it ok to have them installed both in the same time? Should I expect some problems?
I am on a 64-bit Win8.
推荐答案
我的理解是你不需要重新安装Anaconda就可以开始使用不同版本的python了.相反,conda 具有单独管理 python 2 和 3 环境的能力.
My understanding is you don't need to install Anaconda again to start using a different version of python. Instead, conda has the ability to separately manage python 2 and 3 environments.
这篇关于同时安装 Anacondas 2.7 和 3.5 可以吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:同时安装 Anacondas 2.7 和 3.5 可以吗?


基础教程推荐
- 使用Python匹配Stata加权xtil命令的确定方法? 2022-01-01
- 如何在 Python 中检测文件是否为二进制(非文本)文 2022-01-01
- 如何在Python中绘制多元函数? 2022-01-01
- 使用 Google App Engine (Python) 将文件上传到 Google Cloud Storage 2022-01-01
- 将 YAML 文件转换为 python dict 2022-01-01
- 合并具有多索引的两个数据帧 2022-01-01
- 症状类型错误:无法确定关系的真值 2022-01-01
- 使 Python 脚本在 Windows 上运行而不指定“.py";延期 2022-01-01
- 哪些 Python 包提供独立的事件系统? 2022-01-01
- Python 的 List 是如何实现的? 2022-01-01