mirror of
https://github.com/pyenv/pyenv.git
synced 2026-09-10 07:36:16 -04:00
change error message
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
d7ec016b32
commit
3e0ed2d1a0
|
|
@ -70,7 +70,7 @@ if [ "${PYENV_BIN_PATH#${PYENV_ROOT}}" != "${PYENV_BIN_PATH}" ]; then
|
|||
fi
|
||||
if [ -n "$MODIFY_ENV" ]; then
|
||||
if [ "$(uname -s)" != Linux ]; then
|
||||
echo 'Error: the -N option is supported only on Linux' >&2
|
||||
echo 'Error: the --environment option is supported only on Linux' >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue