From 2eb849102ae0256ad6b40a272db383faf4071208 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82?= <103243820+Romwierz@users.noreply.github.com> Date: Tue, 8 Sep 2026 11:12:38 +0200 Subject: [PATCH] fix lengths of lines Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com> --- libexec/pyenv-exec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libexec/pyenv-exec b/libexec/pyenv-exec index 6380dfc9..7b08b88e 100755 --- a/libexec/pyenv-exec +++ b/libexec/pyenv-exec @@ -4,8 +4,11 @@ # # Usage: pyenv exec [-E|--environment] [arg1 arg2...] # -# -E Set PYTHONHOME and LD_LIBRARY_PATH envvars for the running command. This allows to run programs that embed Python without using rpath or exact library path. -# WARNING! For the running command and its child processes, this will break linkage for programs that expect to be linked to system libpython! +# -E Set PYTHONHOME and LD_LIBRARY_PATH envvars for the running command. +# This allows to run programs that embed Python without using rpath or +# exact library path. +# WARNING! For the running command and its child processes, this will +# break linkage for programs that expect to be linked to system libpython! # # Runs an executable by first preparing PATH so that the selected Python # version's `bin' directory is at the front.