This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| echo "updating ubuntu" | |
| sudo apt-get -qq update | |
| sudo apt-get -qq upgrade | |
| # development | |
| echo "installing development tools" | |
| sudo apt-get -qq install build-essential |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # ================================================================= | |
| # Install a full scientific python stack from source, for Ubuntu, with | |
| # python 2.7.3 (tested on a totally fresh Ubuntu12.04-amd64). Requires | |
| # sudo for apt-getting dependencies like libatlas, Tk, etc | |
| # ================================================================= | |
| # packages pulled from PyPI are currently | |
| # scipy 0.10.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Blah | |
| ==== | |
| Bloo blee blah. | |
| Blee | |
| ---- | |
| Blee bloo blurp. |
NewerOlder