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