Remove python hotfix, enforce pyenv
This commit is contained in:
parent
1089c48eb4
commit
110b8b1227
2 changed files with 4 additions and 11 deletions
5
Makefile
5
Makefile
|
@ -39,7 +39,4 @@ pacman:
|
||||||
sudo pacman-key --lsign-key 962DDE58
|
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
|
gpg --keyserver pool.sks-keyservers.net --recv-keys 2E1AC68ED40814E0 # gotta be a way to add to pacman, not my GPG
|
||||||
|
|
||||||
hot-fix:
|
.PHONY: apt bash bin config gnome yaourt pacman
|
||||||
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
|
|
||||||
|
|
|
@ -4,13 +4,9 @@ export NVM_DIR="$HOME/.nvm"
|
||||||
|
|
||||||
eval $(thefuck --alias)
|
eval $(thefuck --alias)
|
||||||
|
|
||||||
if [ -s "$HOME/.pyenv/bin/pyenv" ];
|
export PATH="$HOME/.pyenv/bin:$PATH"
|
||||||
then
|
eval "$(pyenv init -)"
|
||||||
export PATH="$HOME/.pyenv/bin:$PATH"
|
eval "$(pyenv virtualenv-init -)"
|
||||||
eval "$(pyenv init -)"
|
|
||||||
eval "$(pyenv virtualenv-init -)"
|
|
||||||
fi
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# git aliases
|
# git aliases
|
||||||
|
|
Loading…
Reference in a new issue