Bash commands not working
by bashnotfound901 from LinuxQuestions.org on (#4SF8X)
Hey! I am new to raspberry pie and I am trying to install vscode onto raspberrypie so I encountered problems with bash
here is my output on echo$PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/snap/bin:/home/vivek/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
I am providing this to make you able to spoonfeed me. Please understand my situation and help me past this,
BTW I am trying to compile vscode by this command
"./scripts/npm.sh install --arch=armhf"
and it gives me output
"bash: ./scripts/npm.sh: No such file or directory"
Thanks in advance!


here is my output on echo$PATH
"/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games:/snap/bin:/home/vivek/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
I am providing this to make you able to spoonfeed me. Please understand my situation and help me past this,
BTW I am trying to compile vscode by this command
"./scripts/npm.sh install --arch=armhf"
and it gives me output
"bash: ./scripts/npm.sh: No such file or directory"
Thanks in advance!