1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 06:13:53 -05:00

Automatically create a default of system if it's missing instead of raising an error

This commit is contained in:
Sam Stephenson
2011-08-04 01:08:47 -05:00
parent cd24495045
commit 9f18fe5031
3 changed files with 7 additions and 7 deletions

View File

@@ -51,7 +51,6 @@ if [ -z "$print" ]; then
fi
mkdir -p "${HOME}/.rbenv/{shims,versions}"
[ -e "${HOME}/.rbenv/default" ] || echo system > "${HOME}/.rbenv/default"
echo 'export PATH="${HOME}/.rbenv/shims:${PATH}"'