LoginSignup
0
0

More than 3 years have passed since last update.

EC2インスタンスを作成時にうまくいかなかったまとめ

Posted at
local
$sudo brew install python

管理者権限がないと怒られた

local
$sudo easy_install pip

一つ目で管理者権限がないと怒られたのでrootを外したら
管理者権限で実行してくださいと怒られた

local
$sudo pip install awscli

以下で解決

local
$ sudo pip install awscli --upgrade --ignore-installed six
0
0
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
0
0