Skip to content

Commit

Permalink
zsh/zshrc.symlink: Use Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
wmayner committed Jul 19, 2018
1 parent 82c31cf commit af6f012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zsh/zshrc.symlink
Expand Up @@ -36,7 +36,7 @@ OS=$(uname -s)
export DYLD_LIBRARY_PATH="/Developer/NVIDIA/CUDA-8.0/lib:$DYLD_LIBRARY_PATH"
if [ "$OS" = "Darwin" ]; then
# Executables from `pip install --user`
export PATH="$HOME/Library/Python/3.6/bin:$PATH"
export PATH="$HOME/Library/Python/3.7/bin:$PATH"
fi
# User-local executables
export PATH="$HOME/.local/bin:$PATH"
Expand Down Expand Up @@ -168,7 +168,7 @@ OS=$(uname -s)

# powerline {
if [ "$OS" = "Darwin" ]; then
source "$HOME/Library/Python/3.6/lib/python/site-packages/powerline/bindings/zsh/powerline.zsh"
source "$HOME/Library/Python/3.7/lib/python/site-packages/powerline/bindings/zsh/powerline.zsh"
else
source "$HOME/.local/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh"
fi
Expand Down

0 comments on commit af6f012

Please sign in to comment.