| CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Thu, 15 Jan 2026 23:04:38 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20081211050411
location: https://web.archive.org/web/20081211050411/https://python30.darwinports.com/
server-timing: captures_list;dur=0.561901, exclusion.robots;dur=0.055984, exclusion.robots.policy;dur=0.045179, esindex;dur=0.008636, cdx.remote;dur=24.471230, LoadShardBlock;dur=121.452976, PetaboxLoader3.datanode;dur=85.570095, PetaboxLoader3.resolve;dur=32.712326
x-app-server: wwwb-app223-dc8
x-ts: 302
x-tr: 171
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app223; path=/
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Thu, 15 Jan 2026 23:04:39 GMT
content-type: text/html
x-archive-orig-date: Thu, 11 Dec 2008 05:02:27 GMT
x-archive-orig-server: Apache
x-archive-orig-vary: Accept-Encoding
x-archive-orig-connection: close
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: iso-8859-1
memento-datetime: Thu, 11 Dec 2008 05:04:11 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 51_7_20081211011500_crawl107-c/51_7_20081211045559_crawl109.arc.gz
server-timing: captures_list;dur=0.560277, exclusion.robots;dur=0.019792, exclusion.robots.policy;dur=0.008831, esindex;dur=0.012464, cdx.remote;dur=7.452997, LoadShardBlock;dur=151.434953, PetaboxLoader3.datanode;dur=163.348780, PetaboxLoader3.resolve;dur=142.325666, load_resource;dur=225.533638
x-app-server: wwwb-app223-dc8
x-ts: 200
x-tr: 449
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-as: 14061
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
Download and Install python30 version 3.0rc1 on Mac OS X
|
|||||||||
Wednesday the 10th of December, 2008 |
|||||||||
python30 most recent diffversion 3.0rc1
Scroll down toward the bottom of the page to get installation instructions for python30. The raw portfile for python30 3.0rc1 is located here: https://python30.darwinports.com/dports/lang/python30/Portfile Find related portfiles with the unique DarwinPorts.com search feature. Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/python30 # $Id: Portfile 40850 2008-10-16 06:49:43Z toby PortSystem 1.0 Name: python30 Version: 3.0rc1 set major 3 set branch 3.0 Category: lang Platform: darwin Maintainers: mww Description: An interpreted, object-oriented programming language Long Description: Python is an interpreted, interactive, object-oriented programming language. This version is a BETA release! Homepage: https://www.python.org/ master_sites ${homepage}/ftp/python/${branch}/ ftp://ftp.python.org/pub/python/${branch}/ ftp://ftp.fastorama.com/mirrors/ftp.python.org/pub/python/${branch}/ ftp://ftp.python.jp/pub/python/${branch}/ distname Python-${version} use_bzip2 yes checksums md5 1b498a38e8e6501cbd74b73dd0167169 sha1 ffff573e6e628630f09783eb828489287ab0600a rmd160 231f2bbc29e9c8a417440dff658bfa12e789719b patchfiles patch-setup.py.diff patch-Makefile.pre.in.diff patch-Lib-cgi.py.diff depends_lib port:gettext configure.args --enable-shared --enable-framework=${prefix}/Library/Frameworks --mandir=${prefix}/share/man --without-readline --disable-tk --enable-ipv6 use_parallel_build no build.target all libpython${branch}.dylib test.run yes test.target test destroot.target frameworkinstall maninstall post-destroot { set framewpath ${prefix}/Library/Frameworks/Python.framework set framewdir ${framewpath}/Versions/${branch} foreach dir { lib include } { file rename ${destroot}${framewdir}/${dir}/python${branch} ${destroot}${prefix}/${dir} ln -s ${prefix}/${dir}/python${branch} ${destroot}${framewdir}/${dir}/python${branch} } file rename ${destroot}${framewdir}/lib/libpython${branch}.dylib ${destroot}${prefix}/lib ln -s ${prefix}/lib/libpython${branch}.dylib ${destroot}${framewdir}/lib/libpython${branch}.dylib file rename ${destroot}${prefix}/share/man/man1/python.1 ${destroot}${prefix}/share/man/man1/python${branch}.1 # delete symlinks without version suffix, use python_select instead to choose version foreach bin { python pythonw idle pydoc smtpd.py python-config } { file delete ${destroot}${prefix}/bin/${bin} } foreach bin [list python${branch} pythonw${branch} idle${branch} pydoc${branch} smtpd${branch}.py python${branch}-config] { file rename -force ${destroot}${framewdir}/bin/${bin} ${destroot}${prefix}/bin ln -s ${prefix}/bin/${bin} ${destroot}${framewdir}/bin/${bin} } foreach dir { Headers Resources Python Versions/Current } { file delete ${destroot}${framewpath}/${dir} } # install select file for python_select xinstall -m 755 -d ${destroot}${prefix}/etc/select/python xinstall -m 644 ${filespath}/python[string map {. {}} ${branch}] ${destroot}${prefix}/etc/select/python/ } post-activate { ui_msg "\nTo fully complete your installation and make python $branch the default, please run \n\tsudo port install python_select \n\tsudo python_select $name\n" } platform darwin 10 { configure.compiler gcc-4.2 } Variant: universal { configure.args-append --enable-universalsdk } livecheck.check regex livecheck.url ${homepage}download/releases/ livecheck.regex Python (${branch}b\[0-9\]+) If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page. Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:
% cd /opt/local/bin/portslocation/dports/python30You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to: - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using python30 with these commands: % man python30 Where to find more information:
This website is back-ended by DB5, the best database in the business,
|
![]() |
![]() Digg python30 on MacOSX
Other Helpful SitesMacOSForgeDebian Packages MacPorts - SVN Freshports - FreeBSD Fink Package List RPM for MacOSX Port Categories
aqua
archivers audio benchmarks cad comms cross databases devel editors emulators games genealogy gnome gnustep graphics irc java kde lang math multimedia net news palm perl python ruby science security shells sysutils textproc www x11 xfce zope
Current CVS DownloadsDarwin Ports Current :nightly CVS snapshot OpenDarwin CVSWeb SSH Key Gen |
|||||||
| |



