Horje
zsh: command not found: aws Code Example
zsh: command not found: aws
export PATH=~/.local/bin:$PATH
zsh: command not found: npm
# first make sure where is the npm installed
$ which npm
# output: /home/sallo/.nvm/versions/node/v14.15.3/bin/npm

# now open the file ~/.zshrc and add the below line at the end.
# change the path in cause you have different

export PATH=$HOME/.nvm/versions/node/v14.15.3/bin/npm:$PATH

# save the file and open new terminal
aws terminal in mac
curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip"
unzip awscli-bundle.zip
sudo ./awscli-bundle/install -i /usr/local/aws -b /usr/local/bin/aws




Shell

Related
brew install pip Code Example brew install pip Code Example
ffmpeg take screenshot Code Example ffmpeg take screenshot Code Example
pyinstaller no console Code Example pyinstaller no console Code Example
copy file from ssh to local Code Example copy file from ssh to local Code Example
material ui install Code Example material ui install Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12