As of conda 4.4, conda activate is the preferred way to activate an environment. Generally, you won't find too much of a difference between conda activate and the old source activate, except that it's meant to be faster, and work the same across different operating systems (the latter difference makes conda activate a huge improvement IMO).

From the docs, regarding the release of conda version 4.4.0 (released december 2017):

conda activate: The logic and mechanisms underlying environment activation have been reworked. With conda 4.4, conda activate and conda deactivate are now the preferred commands for activating and deactivating environments. You’ll find they are much more snappy than the source activate and source deactivate commands from previous conda versions. The conda activate command also has advantages of (1) being universal across all OSes, shells, and platforms, and (2) not having path collisions with scripts from other packages like python virtualenv’s activate script.

conda国内镜像修改(最新版) - 知乎

https://zhuanlan.zhihu.com/p/95100538

2019年12月3日 ... 在使用安装conda 安装某些包会出现慢或安装失败问题,最有效方法是修改镜像源 为国内镜像源。之前都选用清华镜像源,但是2019年后已停止 ...

Managing environments — conda 4.9.2.post34+dc0c8d48 ...

https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html

Linux and macOS: source activate or source deactivate. Creating an environment with commands¶. Tip. By default, environments are installed into the ...

国内可用Anaconda 源的镜像站及换国内源方法- Dereen - 博客园

https://www.cnblogs.com/dereen/p/anaconda_tencent_mirrors.html

2019年4月28日 ... 目前清华开源镜像站和中科大开源镜像站均已发出公告表示已取得Anaconda授权, 不久就将重新上线Anaconda软件源(见文末图)。那目前我 ...

Conda添加清华软件源- 知乎

https://zhuanlan.zhihu.com/p/47663391

2018年10月25日 ... Conda默认的软件源在国外,速度非常的慢,我们可以将其更换为清华源,如果你是用 的是教育网,那么软件下载速度会非常快. conda config --add ...

Python Anaconda: should I use `conda activate` or `source activate ...

https://stackoverflow.com/questions/49600611/python-anaconda-should-i-use-conda-activate-or-source-activate-in-linux

As of conda 4.4, conda activate is the preferred way to activate an environment. Generally, you won't find too much of a difference between ...

【2020-06】3 个Anaconda 国内开源镜像站_一卓的博客-CSDN博客 ...

https://blog.csdn.net/weixin_43667077/article/details/106521015

2020年6月3日 ... **2020-05-02 上线,清华大学开源软件镜像站的姐妹站,下载体验极佳,再也不用 忍受清华源永远下不完的pytorch 了。 channels: - defaults ...

conda换源- 知乎

https://zhuanlan.zhihu.com/p/87123943

2019年10月16日 ... Windows下1. conda源更换为清华源Anaconda 是一个用于科学计算的Python 发行 版,支持Linux, Mac, Windows, 包含了众多流行的科学计算、 ...

欢呼、雀跃,Anaconda 清华源又回来了!_黑暗星球-CSDN博客

https://blog.csdn.net/u014061630/article/details/92744781

2019年6月17日 ... Anaconda清华镜像已经恢复使用!目录1. Anaconda 清华源终于活了!2. 配置 命令:2.1 添加清华anaconda镜像:2.1 Conda 附加 ...

CondaConda documentation

https://docs.conda.io/en/latest/

Conda is an open source package management system and environment management system that runs on Windows, macOS and Linux. Conda quickly installs ...

Removing Conda environment - Stack Overflow

https://stackoverflow.com/questions/49127834/removing-conda-environment

... Conda environment - remember, the command you need to use with Conda is conda deactivate (for older versions, use source deactivate ).

conda配置清华源- 简书

https://www.jianshu.com/p/7e663bb0d904

2019年11月27日 ... 1. 修改为清华源. 直接打开cmd输入一下命令. conda config --add channels https:// mirrors.tuna.tsinghua.edu.cn/anaconda ...

Anaconda 换国内源、删源最全集锦(转载) - 一颗蘑菇头- 博客园

https://www.cnblogs.com/yikemogutou/p/11396045.html

2019年8月22日 ... 换国内源windows下国内可用Anaconda 源的镜像站及换国内源方法感谢搬运链接 在清华源和中科大源之间自行选择1 添加清华源命令行中直接 ...

科学网—Anaconda版本选择与下载、whl与添加国内镜像源- 张伟的博文

http://blog.sciencenet.cn/blog-3428464-1243395.html

2020年7月24日 ... (一)Anaconda于Python版本对应号下载地址:清华镜像源 Anaconda官网见: https://blog.csdn.net/GodDavide/article/details/1026 ... ,科学网.

Individual Edition - Anaconda

https://www.anaconda.com/products/individual

Anaconda's open-source Individual Edition is the easiest way to perform Python/ R data science and machine learning on a single machine.

conda/conda: OS-agnostic, system-level binary package ... - GitHub

https://github.com/conda/conda

Conda is written entirely in Python, and is BSD licensed open source. Conda is enhanced by organizations, tools, and repositories created and managed by the  ...

Anaconda | The World's Most Popular Data Science Platform

https://www.anaconda.com/

Anaconda is the birthplace of Python data science. We are a movement of data scientists, data-driven enterprises, and open source communities.

Conda (package manager) - Wikipedia

https://en.wikipedia.org/wiki/Conda_(package_manager)

Conda is an open-source, cross-platform, language-agnostic package manager and environment management system. It was originally developed to solve ...

python - When using conda, "source activate [env_name]" doesn't ...

https://askubuntu.com/questions/1068768/when-using-conda-source-activate-env-name-doesnt-work-but-conda-activate

The problem may be because the Anaconda directory is not part of your PATH. You can check this by entering the following command in your ...