Skip to content

Commit

Permalink
Force the installation of pip packages in the installed location to
Browse files Browse the repository at this point in the history
avoid bad system install.
  • Loading branch information
bvanessen committed Jun 25, 2024
1 parent 8aa274d commit 3dadb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_lbann.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1278,7 +1278,7 @@ echo "To manipulate the version of python used it is:" | tee -a ${LOG}
echo " ${LBANN_PYTHON}" | tee -a ${LOG}
echo "Additional Python packages for working with LBANN can be added either via PIP or by concretizing them together in spack., activate the spack environment then" | tee -a ${LOG}
echo "To install them via PIP: 1) the spack environment (see above) and 2) issue the following command" | tee -a ${LOG}
echo " python3 -m pip install -r <requirements file>" | tee -a ${LOG}
echo " python3 -m pip install --force-reinstall -r <requirements file>" | tee -a ${LOG}
echo "To install them via Spack: include them on the build_lbann.sh script command line argument via -e <path to text file of packages> or -p <spack package name>" | tee -a ${LOG}
echo "##########################################################################################" | tee -a ${LOG}
echo "All details of the run are logged to ${LOG}"
Expand Down

0 comments on commit 3dadb48

Please sign in to comment.