Menu

ActivePython

Juan Jose Pablos

Last modified 5 years ago Last modified on 02/01/10 12:44:09

python.bat

:: OPTIONAL: Install ActivePython

@Echo off

:: URL|ALL|http://downloads.activestate.com/ActivePython/windows/2.3/ActivePython-2.3.5-236-win32-ix86.msi|packages/python/ActivePython-2.3.5-236-win32-ix86.msi

start /wait msiexec /qb /l* %SystemDrive%\netinst\logs\python.txt /i %Z%\packages\python\ActivePython-2.3.5-236-win32-ix86.msi PYTHON_PATH=Yes PYTHON_EXT=Yes ALLUSERS=1

@if errorlevel 1 exit 1

Related

Wiki: Scripts

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.