LoginSignup
4
2

More than 5 years have passed since last update.

zsh+pyenv+awscli環境でタブ補完を設定する際のメモ

Posted at

事象

  • pyenv を入れた状態で aws_zsh_completer.sh を有効にしようとするとターミナルごと落ちる

環境

  • Mac OSX 10.11.5
  • Homebrewpyenv をインストールしている
  • pipawscli をインストールしている

設定

  • .zshrc の末尾に以下1行を追加
source "$(pyenv which aws_zsh_completer.sh)"

参考

4
2
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
4
2