Skip to content

Commit

Permalink
Add alias for the pip <-> pip3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dejan Jacimovic authored Feb 3, 2022
1 parent 4f5e832 commit cac6fab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ alias l='exa --long --header -g -a --classify'
alias be="bundle exec"
# Python
alias python=/usr/local/bin/python3"
alias python=/usr/local/bin/python3
alias pip=/usr/local/bin/pip3
EOT

Expand Down

0 comments on commit cac6fab

Please sign in to comment.