Unverified Commit 6a40c68f authored by Austin Sanders's avatar Austin Sanders Committed by GitHub
Browse files

Pin python version in conda create command (#5341)

parent a679ce14
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
    export CONDA_SUBDIR=osx-64
    
    #Create a new conda environment to install ISIS in
    conda create -n isis
    conda create -n isis python=3.9

    #Activate the environment
    conda activate isis