mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-08 11:33:55 -05:00
Download virtualenv.py if specified version has not been installed.
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user