Browse Source

Alias python to python3

Taylor Bockman 5 years ago
parent
commit
2473ed37d3
  1. 2
      dotfiles/bash/bash_profile

2
dotfiles/bash/bash_profile

@ -9,5 +9,7 @@ export CC=$(which clang)
export CXX=$(which clang++)
export OPENSSL_ROOT_DIR=$(which openssl)
alias python='python3'
if which pyenv-virtualenv-init > /dev/null; then eval "$(pyenv virtualenv-init -)"; fi

Loading…
Cancel
Save