18
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

aws codecommit aws: command not found

Last updated at Posted at 2017-03-12

codecommitに一から慣れようと思って操作していたらいきなりつまずきました。もしかしたらこんな方達がいるかもと思いその時の対策を書きます

※以下2行ほどの追記※
ちなみにAWSのcodecommit使い方。アクセスキー作るところからなど。では最初から最後まで書かさせていただきました。:sunflower:

  • codecommitを使う前にcilをインストールする

cilをインストールするにはpythonのpipが必要になってくるので先にそれをインストールします。

//bootstrap.pypa.io/get-pip.py" -o "get-pip.py"
sudo python get-pip.py

次にそのpip使ってcilをインストールします。

…ここまではうまく行ったんです。ここから秘密鍵とか公開鍵とか登録しようと思ったら。
aws: command not found が出てきたんです。

で、色々調べたら

とういうコマンドを見つけたので打ってみました。
そしたら!!!

が打てて色々登録できる状態になりました。:sunny:

ちなみにこれができたのでなんとなく--ignore-installed sixを打って検索してみたところ何かがインストールされていてできないのをこのコマンドがカバーしてくれる的なことで書いてありました。なるほどです。

あとこのコマンドを見つけたのはawsのサイトなので一応URL貼らさせていただきます。
http://docs.amazonaws.cn/en_us/cli/latest/userguide/installing.html

18
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
18
7

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?