Stai usando il terminale in modo errato. Metti le virgolette sul percorso:
cd "/Users/Kathieen Ashley/Documents/mytest/testproject2/Debug"
## new line!
./testproject2
Non utilizzare &&
, non fanno quello che pensi che facciano.
Se vuoi saperne di più, dai un'occhiata a Guida Bash per principianti .
Per approfondire un po 'le tue domande:
I have installed Command Line but somehow it doesn't work.
Sembra funzionare esattamente come previsto, ma forse non come previsto.
It says "no such file or directory"
cd
, un comando chiamato 'cambia directory', dice che non esiste tale directory o file come /Users/Kathieen
, che è corretto dato che la tua cartella utente sembra essere su /Users/Kathieen Ashley
(notare lo spazio seguito con una parola aggiuntiva)
but whenever I ask it to look for gcc, it tells me that I have it in my Mac.
Questo è corretto, gcc è installato correttamente.