Merge f3ae8fd9042132415c0a0b9cc1f9df3a1a5a2f1a into 4174749b2448e07bf2e613eaaf0026446e43f1b9

This commit is contained in:
f440 2012-09-09 05:51:51 -07:00
commit 013f1095b6

View File

@ -51,7 +51,7 @@ fi
for version in "${versions[@]}"; do
if [ "$version" = "system" ]; then
PATH="$(remote_from_path "${PYENV_ROOT}/shims")"
PATH="$(remove_from_path "${PYENV_ROOT}/shims")"
PYENV_COMMAND_PATH="$(command -v "$PYENV_COMMAND")"
else
PYENV_COMMAND_PATH="${PYENV_ROOT}/versions/${version}/bin/${PYENV_COMMAND}"