Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the installation of the basic LSST packages, please check for additional requirements or known problems here: https://pipelines.lsst.io/install/newinstall.html  and then follow a similar process to start the installation of the LSST build systemWarning: the pipelines.lsst.io instructions will tell you to run newinstall.sh with the `-t` flag.  This enables installation of the software packages as binaries.  This process is not safe for lsst_sims.  It ships GalSim (an lsst_sims dependency) in an unusable state.  Please run newinstall.sh without the `-t` flag as shown below.  You will then be installing from source, which can be time-consuming, but is more likely to leave you with a working version of lsst_sims.


Code Block
cd ~/lsst
curl -OL https://raw.githubusercontent.com/lsst/lsst/master/scripts/newinstall.sh
bash newinstall.sh -3

...