User Tools

Site Tools


eman2:install:sourceinstall

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
eman2:install:sourceinstall [2026/02/21 22:26] steveludtkeeman2:install:sourceinstall [2026/02/21 22:27] (current) steveludtke
Line 47: Line 47:
  3. **Initialize conda for shell interaction.** These instructions will depend on what shell you use. The default on most systems is //bash//. If you use a different shell ( //tsch//, //zsh//, ... ), you will need to take that into account:  3. **Initialize conda for shell interaction.** These instructions will depend on what shell you use. The default on most systems is //bash//. If you use a different shell ( //tsch//, //zsh//, ... ), you will need to take that into account:
  
-## <code bash> + <code bash> 
-## # for bash-like shells, such as bash and zsh +# for bash-like shells, such as bash and zsh 
-## source <MiniForge-path>/etc/profile.d/conda.sh +source <MiniForge-path>/etc/profile.d/conda.sh 
-##  + 
-## # for csh-like shells, such as csh and tcsh: +# for csh-like shells, such as csh and tcsh: 
-## source <MiniForge-path>/etc/profile.d/conda.csh +source <MiniForge-path>/etc/profile.d/conda.csh 
-##  + 
-## # <shell-name> is bash, fish, powershell, tcsh, xonsh or zsh +# <shell-name> is bash, fish, powershell, tcsh, xonsh or zsh 
-## conda init <shell-name> +conda init <shell-name> 
-## </code>+</code>
  
  **You will need to close and reopen your shell/terminal for the installation to take effect!**.   **You will need to close and reopen your shell/terminal for the installation to take effect!**. 
eman2/install/sourceinstall.txt · Last modified: by steveludtke