codecombat/scripts/devSetup
Rowan Decker a6567de187 Fix Python Download
bootstrap.sh was using the "open" command to open a link. While this may work on a Mac, the command does not exist on Linux. Instead we can now use a switch to use the correct command for the users OS.

Ohh and python.org/getit is a 404 -> Changed it to python.org/download
2014-03-29 18:23:58 -05:00
..
.gitignore Ready for action, sir! 2014-01-03 10:32:13 -08:00
bootstrap.sh Fix Python Download 2014-03-29 18:23:58 -05:00
configuration.py Ready for action, sir! 2014-01-03 10:32:13 -08:00
dependency.py Ready for action, sir! 2014-01-03 10:32:13 -08:00
directoryController.py Fixed temporary directory removal bug 2014-01-09 10:11:30 -05:00
downloader.py Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
errors.py Ready for action, sir! 2014-01-03 10:32:13 -08:00
factories.py Update Mongo 2014-03-29 18:04:36 -05:00
mongo.py Update Mongo 2014-03-29 18:04:36 -05:00
node.py Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
repositoryInstaller.py Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
ruby.py Use Global Gem Install 2014-03-29 15:08:55 -05:00
setup.py Ready for action, sir! 2014-01-03 10:32:13 -08:00
systemConfiguration.py Modified python scripts to support both python2.7 and python3 natively 2014-02-11 04:30:58 +10:00
which.py Ready for action, sir! 2014-01-03 10:32:13 -08:00