From 66073e61c045fcb388fca236f62f598e0f7ea0a6 Mon Sep 17 00:00:00 2001 From: Dana Sherson Date: Thu, 1 Feb 2024 10:22:08 +1300 Subject: [PATCH] Set up pyenv more, fix bins --- .spellr_wordlists/english.txt | 1 + bash_profile | 4 ++++ bin/git-unstage | 0 bin/rs | 0 4 files changed, 5 insertions(+) mode change 100644 => 100755 bin/git-unstage mode change 100644 => 100755 bin/rs diff --git a/.spellr_wordlists/english.txt b/.spellr_wordlists/english.txt index aa98007..3c252c1 100644 --- a/.spellr_wordlists/english.txt +++ b/.spellr_wordlists/english.txt @@ -295,6 +295,7 @@ urls usr utf vimrc +virtualenv vscode webpack wget diff --git a/bash_profile b/bash_profile index 879135a..55e6402 100755 --- a/bash_profile +++ b/bash_profile @@ -24,6 +24,10 @@ fi if [[ ! -z "$(which pyenv)" ]]; then eval "$(pyenv init -)" + + if [[ ! -z "$(which pyenv-virtualenv-init)" ]]; then + eval "$(pyenv virtualenv-init -)"; + fi fi source $(brew --prefix chruby)/share/chruby/chruby.sh diff --git a/bin/git-unstage b/bin/git-unstage old mode 100644 new mode 100755 diff --git a/bin/rs b/bin/rs old mode 100644 new mode 100755