* Exports reworked. Now every export type have own file.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# PyENV exports.
|
||||
|
||||
# This exports should work only if config states this.
|
||||
if [ "${USE_PYENV}" -eq 0 ]; then
|
||||
return
|
||||
fi
|
||||
|
||||
export PATH="${PYENV_PATH}/bin:$PATH"
|
||||
eval "$(pyenv init -)"
|
||||
Reference in New Issue
Block a user