User Tools

Site Tools


eman2:install:condainstall

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eman2:install:condainstall [2025/08/03 17:50] steveludtkeeman2:install:condainstall [2025/08/22 20:21] (current) steveludtke
Line 5: Line 5:
  
 ====== Install binary into Anaconda/MiniForge environment (all platforms) ====== ====== Install binary into Anaconda/MiniForge environment (all platforms) ======
 +
 +<note>If you are installing EMAN2 on a Windows 11 machine, you __must__ install and set up [[https://learn.microsoft.com/en-us/windows/wsl/install|WSL2]] first! EMAN2 is installed from the WSL2 terminal once WSL2 is set up. Setting up WSL2 is not part of these instructions and this same WSL2 can be used to install other Linux software on your Win 11 machine once set up.</note>
  
  1. **Install Anaconda or [[https://github.com/conda-forge/miniforge/releases|MiniForge]]** (for your platform)  1. **Install Anaconda or [[https://github.com/conda-forge/miniforge/releases|MiniForge]]** (for your platform)
-    * If you already have Anaconda installed in your account, you should generally skip this step and move on to step 2 +    * Note: If you already have Anaconda installed in your account, you should generally skip this step and move on to step 2 
-    * On that page, scroll down to the Latest Release, then download the appropriate file, for example: Miniforge3-Linux-x86_64.sh+    * On the MiniForge page above, scroll down to the Latest Release, then download the appropriate file, for example: Miniforge3-Linux-x86_64.sh
     * Run the installer, for example: bash Miniforge3-Linux-x86_64.sh     * Run the installer, for example: bash Miniforge3-Linux-x86_64.sh
     * //On M1/M2 Macs:// make sure you have the ARM64 MiniForge, not Intel.     * //On M1/M2 Macs:// make sure you have the ARM64 MiniForge, not Intel.
-    * //On Windows 11:// the native Windows !MiniForge will not work, you must use the Linux !MiniForge within a [[https://learn.microsoft.com/en-us/windows/wsl/install|WSL2]] environment! +    * //On Windows 11:// the native Windows MiniForge will not work, you must use the __Linux__ MiniForge within a [[https://learn.microsoft.com/en-us/windows/wsl/install|WSL2]] environment! 
-    * We suggest !MiniForge to avoid licensing issues with Anaconda, but if your institution subscribes to Anaconda, that's fine too. If you use Anaconda, you may need to install Mamba manually below.+    * //For Linux running on ARM processors:// See the relevant section further down on this page. 
 +    * We suggest MiniForge to avoid licensing issues with Anaconda, but if your institution subscribes to Anaconda, that's fine too. If you use Anaconda, you may need to install Mamba manually below.
  
- 2. **Install mamba (only if necessary):**+ 2. **Install mamba (skip with MiniForge):**
     * if you just installed MiniForge above, you will already have mamba. If you have your own Anaconda installation, you may need this step     * if you just installed MiniForge above, you will already have mamba. If you have your own Anaconda installation, you may need this step
  <code>  <code>
Line 70: Line 73:
  
 # Linux (NVIDIA):  # Linux (NVIDIA): 
-pip install jax[cuda12] optax   +pip install "jax[cuda12]optax   
  
 #Other (cpu):  #Other (cpu): 
eman2/install/condainstall.1754243430.txt.gz · Last modified: by steveludtke