Setting up handin341 - CMU-18240/240-How-to GitHub Wiki
- Edit your bashrc to include setup_341
Run the command "vim ~/.bashrc" and then add "source /afs/ece/class/ece341/bin/setup_341" to the end of the file. Or use nano or any other text editor of your choice. Google how to use vim if you're not sure. Alternatively to a text editor you could do "echo source /afs/ece/class/ece341/bin/setup_341 >> ~/.bashrc"
- Resource the bashrc
Run the command "source ~/.bashrc"
- Run init_handin341