3 lines
76 B
Bash
3 lines
76 B
Bash
|
# Add pip2/3 binary directory to $PATH
|
||
|
export PATH="$HOME/.local/bin:$PATH"
|