首页 > 编程语言 > 详细

Python3编译,Conda3安装

时间:2020-01-02 21:17:13      阅读:199      评论:0      收藏:0      [点我收藏+]
基本上这篇文章是最全的
https://www.cnblogs.com/chuijingjing/p/10948260.html


安装conda, 最好选择miniconda, annaconda和系统一个annaconda居然重名,不知道系统里为什么有了一个这个东西...

安装conda最后一步需要选择No

You have chosen to not have conda modify your shell scripts at all. To activate conda
s base environment in your current shell session: eval "$(/usr/local/miniconda/bin/conda shell.YOUR_SHELL_NAME hook)" To install condas shell functions for easier access, first activate, then: conda init If youd prefer that condas base environment not be activated on startup, set the auto_activate_base parameter to false: conda config --set auto_activate_base false

 

Python3编译,Conda3安装

原文:https://www.cnblogs.com/tekikesyo/p/12134669.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!