Setting up handin341 - CMU-18240/240-How-to GitHub Wiki

  1. 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"

  1. Resource the bashrc

Run the command "source ~/.bashrc"

  1. Run init_handin341