summaryrefslogtreecommitdiff
path: root/Tools/Python/Install_Python_OSX.sh
diff options
context:
space:
mode:
authorlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-31 16:26:40 +0000
committerlhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-31 16:26:40 +0000
commit808def96aa4589fba9c2d0ea55837754a3b7a4f7 (patch)
tree0ea221c59abb2474c694e7ab5bd61006be77e47e /Tools/Python/Install_Python_OSX.sh
parent9216450d1143056a50a5f916984a2d7faf590488 (diff)
downloadedk2-platforms-808def96aa4589fba9c2d0ea55837754a3b7a4f7.tar.xz
Retiring the ANT/JAVA build and removing the older EDK II packages that required ANT/JAVA.
Last Ant/Java build was r7166 Developers requiring the Java/Ant packages should checkout the branch from: https://edk2.tianocore.org/svn/edk2/branches/AntJava git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7168 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools/Python/Install_Python_OSX.sh')
-rwxr-xr-xTools/Python/Install_Python_OSX.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/Tools/Python/Install_Python_OSX.sh b/Tools/Python/Install_Python_OSX.sh
deleted file mode 100755
index e584171b1e..0000000000
--- a/Tools/Python/Install_Python_OSX.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-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=proxy.company.com:911\""
-set -e
-echo "After the download, get ready to enter the root password."
-curl -C - --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 -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
-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/