During a recent run of pip install there was a new warning message:
WARNING: The scripts fits2bitmap, fitscheck, fitsdiff, fitsheader, fitsinfo, samp_hub, showtable, volint and wcslint are installed in '/global/common/software/desi/users/bweaver/cori/desiconda/current/code/astropy/5.0/bin' which is not on PATH.
Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
This can be fixed by updating the pip install command in desiutil.install.
During a recent run of
pip install
there was a new warning message:This can be fixed by updating the pip install command in
desiutil.install
.