]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/Python/Install_Python_OSX.sh
Add wxPython to the installer.
[mirror_edk2.git] / Tools / Python / Install_Python_OSX.sh
1 echo "You proxy is currently set to \"$http_proxy\"."
2 echo "It needs to set in order to download through a firewall."
3 echo "For example: \"export http://proxy.company.com:911\""
4 set -e
5 echo "After the download, get ready to enter the root password."
6 # export http_proxy=http://proxy.dp.intel.com:911
7 # curl --remote-name http://www.python.org/ftp/python/2.4.4/python-2.4.4-macosx2006-10-18.dmg --progress-bar
8 hdiutil attach python-2.4.4-macosx2006-10-18.dmg
9 sudo installer -pkg "/Volumes/Univeral MacPython 2.4.4/MacPython.mpkg/" -target /
10 sudo ln -fs /usr/local/bin/python2.4 /usr/bin/python
11 hdiutil unmount "/Volumes/Univeral MacPython 2.4.4/"
12
13 # Get the wxpython installer.
14 curl --remote-name http://superb-west.dl.sourceforge.net/sourceforge/wxpython/wxPython2.8-osx-unicode-2.8.0.1-universal10.4-py2.4.dmg --progress-bar
15 hdiutil attach wxPython2.8-osx-unicode-2.8.0.1-universal10.4-py2.4.dmg
16 sudo installer -pkg /Volumes/wxPython2.8-osx-unicode-2.8.0.1-universal10.4-py2.4/wxPython2.8-osx-unicode-universal10.4-py2.4.pkg -target /
17 hdiutil unmount /Volumes/wxPython2.8-osx-unicode-2.8.0.1-universal10.4-py2.4/