Remove python hotfix, enforce pyenv

This commit is contained in:
Jake Howard 2016-12-22 16:46:11 +00:00
parent 1089c48eb4
commit 110b8b1227
Signed by: jake
GPG Key ID: 57AFB45680EDD477
2 changed files with 4 additions and 11 deletions

View File

@ -39,7 +39,4 @@ pacman:
sudo pacman-key --lsign-key 962DDE58
gpg --keyserver pool.sks-keyservers.net --recv-keys 2E1AC68ED40814E0 # gotta be a way to add to pacman, not my GPG
hot-fix:
sudo ln -sfP /usr/bin/python2 /usr/bin/python # Set the default python version to be python 2
.PHONY: apt bash bin config gnome yaourt pacman hot-fix
.PHONY: apt bash bin config gnome yaourt pacman

View File

@ -4,13 +4,9 @@ export NVM_DIR="$HOME/.nvm"
eval $(thefuck --alias)
if [ -s "$HOME/.pyenv/bin/pyenv" ];
then
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
fi
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
# git aliases