mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-08 11:33:55 -05:00
add a script to hook source activate for Anaconda/Miniconda (#103)
This commit is contained in:
@@ -12,7 +12,9 @@ if [ -z "${PREFIX}" ]; then
|
||||
fi
|
||||
|
||||
BIN_PATH="${PREFIX}/bin"
|
||||
SHIMS_PATH="${PREFIX}/shims"
|
||||
|
||||
mkdir -p "$BIN_PATH"
|
||||
|
||||
install -p bin/* "$BIN_PATH"
|
||||
install -p shims/* "$SHIMS_PATH"
|
||||
|
||||
Reference in New Issue
Block a user