mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-14 22:43:52 -05:00
Check the usage of virtualenv(s) before the uninstallation of versions
This commit is contained in:
@@ -12,7 +12,10 @@ if [ -z "${PREFIX}" ]; then
|
||||
fi
|
||||
|
||||
BIN_PATH="${PREFIX}/bin"
|
||||
ETC_PATH="${PREFIX}/etc/pyenv.d"
|
||||
|
||||
mkdir -p "$BIN_PATH"
|
||||
mkdir -p "$ETC_PATH"
|
||||
|
||||
install -p bin/* "$BIN_PATH"
|
||||
cp -RPp etc/pyenv.d/* "$ETC_PATH"
|
||||
|
||||
Reference in New Issue
Block a user