Check the usage of virtualenv(s) before the uninstallation of versions

This commit is contained in:
Yamashita Yuu
2014-04-29 00:51:57 +09:00
parent 579f4784c8
commit 56c232610a
2 changed files with 28 additions and 0 deletions

View File

@@ -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"