[MacPorts] #61282: python39 @3.9.0, python38 @3.8.7: +universal does not work
MacPorts
noreply at macports.org
Mon Jan 11 06:57:06 UTC 2021
#61282: python39 @3.9.0, python38 @3.8.7: +universal does not work
---------------------------------+----------------------
Reporter: ryandesign | Owner: jmroot
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.99
Resolution: | Keywords:
Port: python39, python38 |
---------------------------------+----------------------
Comment (by kencu):
Universal on i386/86_64 is OK on 10.6.8:
{{{
$ port -vq installed python39
python39 @3.9.1_0+universal (active) platform='darwin 10' archs='i386
x86_64' date='2021-01-10T18:29:47-0800'
$ file "/Applications/MacPorts/Python 3.9/IDLE.app/Contents/MacOS/Python"
/Applications/MacPorts/Python 3.9/IDLE.app/Contents/MacOS/Python: Mach-O
universal binary with 2 architectures
/Applications/MacPorts/Python 3.9/IDLE.app/Contents/MacOS/Python (for
architecture x86_64): Mach-O 64-bit executable x86_64
/Applications/MacPorts/Python 3.9/IDLE.app/Contents/MacOS/Python (for
architecture i386): Mach-O executable i386
$ python3.9
Python 3.9.1 (default, Jan 10 2021, 18:21:38)
[Clang 9.0.1 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import subprocess
>>> ^D
}}}
--
Ticket URL: <https://trac.macports.org/ticket/61282#comment:5>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list