Skip to content

Commit

Permalink
Set up pyenv more, fix bins
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdana committed Jan 31, 2024
1 parent 9dd0a49 commit 66073e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .spellr_wordlists/english.txt
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ urls
usr
utf
vimrc
virtualenv
vscode
webpack
wget
Expand Down
4 changes: 4 additions & 0 deletions bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file modified bin/git-unstage
100644 → 100755
Empty file.
Empty file modified bin/rs
100644 → 100755
Empty file.

0 comments on commit 66073e6

Please sign in to comment.