-
Notifications
You must be signed in to change notification settings - Fork 30
Instructions Install Lab
alecgoebel edited this page Feb 1, 2012
·
4 revisions
All of the software should be set once you configure your stout account with git.
Unfortunately, due to the nature of the Ashe lab you will need two terminal windows. One to do all your work, edit files, and run programs. The other needs to be connected to stout to run git commands and turnin.sh.
We will be running python on the lab computers, not on stout (because stout doesn't have pygame).
- Open Finder (CMD - TAB to Finder)
- CMD + K or Go -> Connect to Server...
- enter
stoutand press enter - enter your hampshire username (not Public User) and your password
- your stout directory should now be in /Volumes/Home Directory
- in a new Terminal window, enter
cd /Volumes/Home\ Directory- don't forget you can hit TAB to automatically complete things after the first few letters
- then, just run the python programs with
python program name
Unfortunately, you still need to use stout to use git. So to do any git commands or run the turnin.sh
- Open a new Terminal
ssh user@stout- use normally
NOTE: Be sure to log out of stout in both your terminal windows and from finder when you are done with a machine.