Use . instead of source to support POSIX sh

This commit is contained in:
Yamashita Yuu
2014-08-13 10:53:28 +09:00
parent fa04d6f9df
commit c9bcef656c
2 changed files with 6 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ EOS
cat <<EOS
unset PYENV_DEACTIVATE;
export PYENV_ACTIVATE="${prefix}";
source "${prefix}/bin/activate";
. "${prefix}/bin/activate";
EOS
;;
esac