0
0

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 を入れたときにfishでパスを通すときに詰まったのでメモ

Posted at

忘れないようにメモ

概要

自分の使用しているシェルはfishです。

公式ドキュメントにfishの対応が書いてなくて困ったのでメモ

AWS CLIを導入

手順はドキュメントを見てください

$ pip3 install awscli --upgrade --user

awscliがどこに入っているのか確認

$ pip3 show awscli

これにより、/Library/Python/3.7/lib/python/site-packagesに入っていることを確認できた。

パスの通し方

.config/fish/config.fishに下記を記述した

set -x PATH $HOME/Library/Python/3.7/bin $PATH

参考文献

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?