Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
doku:python [2023/03/30 13:16] – [Create conda env from commandline] katrindoku:python [2023/04/05 12:24] – [Channels] katrin
Line 62: Line 62:
 ==== Channels ==== ==== Channels ====
  
-The ''default'' conda channel points to anacondas repository. However this repo does not always contain the latest packages. There is a community driven channel called ''conda-forge'' that has many more packages and most of the time the newer versions readily available.+The ''default'' conda channel points to anacondas repository. However this repo does not always contain the latest packages. There are number of community driven channels (e.g. ''conda-forge''that have many more packages and most of the time the newer versions readily available.
  
-To use ''conda-forge'' you need to specify ''--channel conda-forge'' when executing conda install commands.+Popular channels 
 +  - ''conda-forge''[[https://conda-forge.org/feedstock-outputs/]] 
 +  - ''bioconda'' - [[https://bioconda.github.io/conda-package_index.html]]
  
-If you always want to use ''conda-forge'' you can executed the following statement to make it the default for your user+To use e.g. ''conda-forge'' you need to specify ''--channel conda-forge'' when executing conda install commands. 
 + 
 +If you want to set e.g. ''conda-forge'' as default for your user you can achieve this by executing the following statement:
 <code bash> <code bash>
 conda config --add channels conda-forge conda config --add channels conda-forge
  • doku/python.txt
  • Last modified: 2024/09/18 11:14
  • by katrin