Download virtualenv.py if specified version has not been installed.

This commit is contained in:
Yamashita Yuu
2013-05-07 22:31:12 +09:00
parent a9903fab6e
commit db37bb9643
5 changed files with 24 additions and 9 deletions

View File

@@ -16,8 +16,8 @@ for file in bin/*; do
cp "${file}" "${BIN_PATH}"
done
for file in libexec/pyenv-virtualenv/*.py; do
cp "${file}" "${LIBEXEC_PATH}"
for file in libexec/pyenv-virtualenv/*; do
cp -Rp "${file}" "${LIBEXEC_PATH}"
done
echo "Installed pyenv-virtualenv at ${PREFIX}"