setup pip3/python3/pipenv

This commit is contained in:
Morgan Wattiez
2019-06-18 10:47:12 +02:00
parent b086b6d4f0
commit 94b5877764
3 changed files with 10 additions and 1 deletions

View File

@ -45,7 +45,8 @@ alias ssla="openssl x509 -alias -noout -in" # Usage : ssla <cert>
alias v=vi
alias tunnel='sshuttle --dns -r "$(whoami)@management.collibra.com" 0/0'
alias ls='lsd'
alias pip3='/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/bin/pip'
alias pip='pip3'
# Show/hide hidden files in Finder
alias show="defaults write com.apple.finder AppleShowAllFiles -bool true && killall Finder"
alias hide="defaults write com.apple.finder AppleShowAllFiles -bool false && killall Finder"
@ -56,3 +57,4 @@ alias showdesktop="defaults write com.apple.finder CreateDesktop -bool true && k
# Flush Directory Service cache
alias flush="dscacheutil -flushcache && killall -HUP mDNSResponder"