Changes between Initial Version and Version 1 of Ticket #61545, comment 13
- Timestamp:
- Jan 10, 2021, 5:49:07 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61545, comment 13
initial v1 1 1 the system python on BigSur is universal, so it can be done...MacPorts does not make it easy for ports to just use that, however. 2 3 There is python27 installed as {{{/usr/bin/python}}} and python38 installed as {{{/usr/bin/python3}}} 2 4 3 5 Some ports may use python to just process scripts; there is a way to avoid a universal python there by telling the Portfile to skip the architecture check in that case for that port.