文档:https://conda.io/en/latest/
conda search fastqc
conda install fastqc
conda search fastqc
)
conda install fastqc=0.11.6
conda install fastqc multiqc
conda update fastqc
conda update python
conda update conda
conda update anaconda
conda update fastqc --no-pin
在环境的conda-meta
目录中,添加一个名为pinned
的文件,其中包含您不想更新的软件包列表。
conda remove pkg_name
conda remove -n env_name pkg_name
conda remove pkg_name1 pkg_name2
conda list
conda list
conda list -n env_name
conda config --add channels new_channel
或者conda config --prepend channels new_channel
conda config --append channels new_channel
创建不同版本的Python环境
conda create -n py36 python=3.6 anaconda
conda create -n py27 python=2.7 anaconda
扫码关注腾讯云开发者
领取腾讯云代金券
Copyright © 2013 - 2025 Tencent Cloud. All Rights Reserved. 腾讯云 版权所有
深圳市腾讯计算机系统有限公司 ICP备案/许可证号:粤B2-20090059 深公网安备号 44030502008569
腾讯云计算(北京)有限责任公司 京ICP证150476号 | 京ICP备11018762号 | 京公网安备号11010802020287
Copyright © 2013 - 2025 Tencent Cloud.
All Rights Reserved. 腾讯云 版权所有