1
1

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 CLI for ubuntu user

Posted at

CLI

さっきやってたやつが消えたので萎えました(笑)

今日は
AWS CLI の設定をやりました。

僕はいつも VM ware player と ubuntu をつかっています。

それで今日はcli をインストールしていきました。

そこで問題はこれ

bash: pip: command not found

ubuntu の人はsudo apt-get install python-setuptools

これをして、から pip のコマンドをインストールしましょう。

参考はhttp://stackoverflow.com/questions/9780717/bash-pip-command-not-foundです。

最後に コマンドのインライン表示はshift 7 だと思ったのですができません。

わかる人はコメントお願いします。

次からどんどんコマンド打っていきたいなと思った今日でした。

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?