Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: lsstsw
-
Labels:None
-
Story Points:0.2
-
Team:SQuaRE
Description
the deploy script for lsstsw does not contain the
if ! PATH="$PREFIX/bin:$PATH" conda list --no-pip --json system >/dev/null; then
echo "No system package to upgrade"
fix, which accounts for the fact that there is no 'system' package to update on Macs. This prevents lsstsw from properly deploying.
We decided not to do anything about this, right?