User Tools

Site Tools


conda

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
conda [2020/07/17 08:36] – [Creating an environment] jansenconda [2020/07/17 11:11] – [Setup] jansen
Line 18: Line 18:
  
 ===== Setup ===== ===== Setup =====
-Now that you have the ''conda'' package manager available, you can use it to complete the setup.+Now that you have the ''conda'' package manager available, you can use it to complete the setup.  
 +One bit of setup that ''conda'' insists on, is to add some initialization code to the login environment, so conda will always be active (''conda init bash'' or ''conda init tcsh''). However, see "pitfalls" section below. 
 + 
 +Other bits of setup can be done through the ''conda config''  commands, see ''conda config --help'' for details. It is also possible to edit the ''$HOME/.condarc'' directly if you know what settings you want (eg by looking them up online).
 ===== Creating an environment ===== ===== Creating an environment =====
 To create an environment called ''TEST'', you run To create an environment called ''TEST'', you run
conda.txt · Last modified: 2020/07/17 13:35 by jansen