Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jan 12, 2025
1 parent 9104ab7 commit 38d689c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installers/GetLarch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## using a Miniforge environment and installing
## all required packages with conda or pip

prefix=$HOME/xraylarch
prefix=$HOME/xraylarch_tt
larchurl='xraylarch[larix]'

uname=`uname`
Expand Down Expand Up @@ -82,7 +82,7 @@ sh ./$condafile -b -p $prefix | tee -a $logfile
export PATH=$prefix/bin:$PATH

echo "## Installing packages from conda-forge" | tee -a $logfile
echo "#> $prefix/bin/conda install -yc conda-forge $cforge_pkgs " | tee -a $logfile
echo "#> $prefix/bin/mamba install -yc conda-forge $cforge_pkgs " | tee -a $logfile
$prefix/bin/mamba install -y -c conda-forge $cforge_pkgs
$prefix/bin/conda list

Expand Down

0 comments on commit 38d689c

Please sign in to comment.