Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: Developer Infrastructure
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Architecture
Description
newinstall.sh currently insists on installing and checking for python 2.7. This needs to be changed to allow Python 3.
Requires sconsUtils works with Python 3 as the lsst EUPS package is installed as part of newinstall.sh.
Attachments
Issue Links
- is blocked by
-
DM-6312 Update Scons EUPS package to work with Python 3 builds
- Done
-
DM-6313 Create miniconda3 EUPS package
- Done
-
DM-6319 Adjust sconsUtils to query python on path for executable location
- Done
- is duplicated by
-
DM-5047 newinstall.sh should allow Python 3 to be used
- Invalid
- is triggering
-
DM-7705 Fix two minor issues with newinstall script
- Done
The real question here is whether we are adding a -3 command line switch to newinstall.sh or creating a new newinstall3.sh version. The former would be simpler but and minimizes code duplication. The latter is more obvious.