]> git.proxmox.com Git - mirror_edk2.git/blob - Tools/Python/Install_Python_OSX.sh
1. add guid definition
[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=proxy.company.com:911\""
4 set -e
5 echo "After the download, get ready to enter the root password."
6 curl -C - --remote-name http://www.python.org/ftp/python/2.4.4/python-2.4.4-macosx2006-10-18.dmg --progress-bar
7 hdiutil attach python-2.4.4-macosx2006-10-18.dmg
8 sudo installer -pkg "/Volumes/Univeral MacPython 2.4.4/MacPython.mpkg/" -target /
9 sudo ln -fs /usr/local/bin/python2.4 /usr/bin/python
10 hdiutil unmount "/Volumes/Univeral MacPython 2.4.4/"
11
12 # Get the wxpython installer.
13 curl -C - --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
14 hdiutil attach wxPython2.8-osx-unicode-2.8.0.1-universal10.4-py2.4.dmg
15 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 /
16 hdiutil unmount /Volumes/wxPython2.8-osx-unicode-2.8.0.1-universal10.4-py2.4/