Hello. I’m having trouble finishing the setup and I suspect it’s because I’m missing something obvious or I’m mistyping something in my command prompt (specifically, messing up the commands for the windows command prompt that I’m using because the instructor is using a mac terminal in the video and our commands will be slightly different) and help or input would be greatly appreciated.
Steps I’ve Completed
I successfully completed all of the steps under “Installing Vagrant on Windows” in the lecture notes. At first I was having trouble creating the university and m103 directories on my machine, but found this post (Syntax from class in command line doesnt work in windows) on the board and solved that problem.
Issue
Now my issue is I’m having trouble copying the m103-vagrant-env directory into my m103 folder. The path for my m103 folder on my computer is “C:\Users\username\university\m103”. The command I tried in my command prompt is “copy -r m103-vagrant-env/ C:\Users\username\university\m103”. The error I get is “The system cannot find the file specified.”.
Speculation
I feel like I’m missing the step where the 103-vagrant-env directory came from and think that’s why I’m getting that error, because it can’t find the 103-vagrant-env directory. Was I supposed to download that directory and put it somewhere at some point and just missed that step in the lecture notes or video?