mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-13 05:53:52 -05:00
Change the installation path of the virtualenv.py script.
This commit is contained in:
@@ -16,7 +16,7 @@ for file in bin/*; do
|
||||
cp "${file}" "${BIN_PATH}"
|
||||
done
|
||||
|
||||
for file in libexec/*; do
|
||||
for file in libexec/pyenv-virtualenv/*.py; do
|
||||
cp "${file}" "${LIBEXEC_PATH}"
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user