用户登录
用户注册

分享至

同时安装 Anacondas 2.7 和 3.5 可以吗?

  • 作者: 他门都说我的名字很长有吗我觉得还可以
  • 来源: 51数据库
  • 2022-11-04

问题描述

我目前正在使用带有 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.

软件
前端设计
程序设计
Java相关