“Zsh: Perintah Tidak Ditemukan: AWS” Kode Jawaban

Zsh: Perintah Tidak Ditemukan: AWS

export PATH=~/.local/bin:$PATH
Adorable Antelope

zsh: perintah tidak ditemukan: 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
Salo Hopeless

-Bash: AWS: Perintah tidak ditemukan

sudo apt install awscli
Change The Mentality

Terminal AWS di 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
Cautious Crab

Jawaban yang mirip dengan “Zsh: Perintah Tidak Ditemukan: AWS”

Pertanyaan yang mirip dengan “Zsh: Perintah Tidak Ditemukan: AWS”

Lebih banyak jawaban terkait untuk “Zsh: Perintah Tidak Ditemukan: AWS” di Shell/Bash

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya