dotfiles/zsh/.config/oh-my-zsh/custom/python.zsh

3 lines
76 B
Bash
Raw Normal View History

2017-03-30 02:47:27 +00:00
# Add pip2/3 binary directory to $PATH
export PATH="$HOME/.local/bin:$PATH"