- Google chrome
- Alfred 2
- Keepass-X
- iTerm2
- CyberDuck (ftp client)
- All OS updates from App store (Restart if needed)
- Install XCode from App store
- Install command line tools from within XCode
- sudo xcode-select --install (This will install command line tools)
- sudo xcodebuild -license
- Agree to the terms of license
- Install XQuartz
- Will need to log out and log back in
- Install macports
- sudo port selfupdate
- Restart terminal
You will have to manually run series of "port install" commands. For detailed instructions see here
There are other ports of interest for heavy-duty numerical computation. These are not needed for ISCE but can be useful for developing applications. For detailed instructions see here
- Install textwrangler itself
- Install textwrangler command line tools (includes twdiff for comparing files / folders)
- twdiff appears to be better than other diff tools that are available
- Google Earth Pro is now free
- Sign in with your email and password: GEPFREE
- We recommend using "modules" to manage your environment variables
- Please don't set paths / pythonpaths in your .bashrc/ .bash_profile/ .profile for all the different software that you use. This is a guaranteed recipe for conflicts and disaster.
- Follow instructions here
- We will use "modules" to localize changes to the environment needed to a single module file
- Follow instructions here
- If you use QGIS to compose maps, follow instructions here
- If you work with SAR data distributed in SICD formats, and want to be able to use it in combination with ISCE, follow instructions here