@BruceWang
2018-01-27T21:27:47.000000Z
字数 1974
阅读 3025
环境配置
在此输入正文
```python
conda 更新命令
conda update --help
查看版本
conda --version
升级conda
conda update conda
创建一个环境
conda create --name env_name python=3.6
4.1 复制一个创建的环境
conda create -n New_env_name --clone clone_env_name.
查看所创建的环境
conda info -e
移除一个环境
conda remove -n env_name --all
conda remove -n py36 --all
确认自己处在哪个环境
conda info --env
这里注意:需要在CMD下运行,我不知道为什么在Poweshell下不行
以下是错误
PS C:\Users\aixin> conda info -envs
usage: conda info [-h] [--json] [--debug] [--verbose] [--offline] [-a] [-e]
[-l] [-s] [--root] [--unsafe-channels]
[packages [packages ...]]
conda info: error: argument -e/--envs: ignored explicit argument 'nvis'
查看某个环境中的packages
conda list # 查看的是root下的
conda list -n tf_gpu
给某个环境安装packages
conda install --name env_name package_name
conda install --name py36 pip
卸载某个环境重点packages
conda remove -n env_name package_name
安装anaconda发行版中所有的包
conda install anaconda
添加镜像地址
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
```
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/msys2/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/cloud/conda-forge/
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda config --set show_channel_urls yes
如何在jupyter notebook 中使用虚拟环境?
为了让Jupyter Notebook支持虚拟运行环境,需要在Anaconda里安装一个插件。
回到终端下面,用C-c退出目前正在运行的Jupyter Notebook Server,然后执行:
conda install nb_conda
再重新开启Jupyter Notebook:
jupyter notebook
删除镜像channel
conda config --remove channels 'https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/'
注意: 在镜像修改之后,一定要验证:conda config --show
conda config --get channels
1.Anaconda安装虚拟环境到指定路径
2.conda Getting started 30 分钟
3.在Jupyter Notebook中使用Python虚拟环境?
4.Python 科学计算发行版 --Anaconda
pip install tensorflow-gpu
pip install tensorflow
如果你有什么疑问或者想要转载,没有允许是不能转载的哈
赞赏一下能不能转?哈哈,联系我啊,我告诉你呢 ~~
欢迎联系我哈,我会给大家慢慢解答啦~~~怎么联系我? 笨啊~ ~~ 你留言也行
你关注微信公众号1.听朕给你说:2.tzgns666,3.或者扫那个二维码,后台联系我也行啦!
(爱心.gif) 么么哒~么么哒~么么哒
爱心从我做起,贫困山区捐衣服,为开源社区做贡献!码字不易啊啊啊,如果你觉得本文有帮助,三毛也是爱!真的就三毛,呜呜。。。