]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Python/Install_Python_OSX.sh
Add wxPython to the installer.
[mirror_edk2.git] / Tools / Python / Install_Python_OSX.sh
index bd5cc44cfaa39e1882ee91f20e532d0e8eaeb1bc..d22125c6b3d050ed5b7f2bf38b2b027810c42488 100755 (executable)
@@ -1,8 +1,17 @@
+echo "You proxy is currently set to \"$http_proxy\"."
+echo "It needs to set in order to download through a firewall."
+echo "For example: \"export http://proxy.company.com:911\""
 set -e
-echo "After the download, get ready to enter the root password. You should make sure your proxy is set."
+echo "After the download, get ready to enter the root password."
 # export http_proxy=http://proxy.dp.intel.com:911
 # curl --remote-name http://www.python.org/ftp/python/2.4.4/python-2.4.4-macosx2006-10-18.dmg --progress-bar
 hdiutil attach python-2.4.4-macosx2006-10-18.dmg
 sudo installer -pkg "/Volumes/Univeral MacPython 2.4.4/MacPython.mpkg/" -target /
 sudo ln -fs /usr/local/bin/python2.4 /usr/bin/python
 hdiutil unmount "/Volumes/Univeral MacPython 2.4.4/"
+
+# Get the wxpython installer.
+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
+hdiutil attach wxPython2.8-osx-unicode-2.8.0.1-universal10.4-py2.4.dmg 
+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 /
+hdiutil unmount /Volumes/wxPython2.8-osx-unicode-2.8.0.1-universal10.4-py2.4/