fix lengths of lines

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
Michał 2026-09-08 11:12:38 +02:00 committed by GitHub
parent 4113b2d9f7
commit 2eb849102a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,8 +4,11 @@
# #
# Usage: pyenv exec [-E|--environment] <command> [arg1 arg2...] # Usage: pyenv exec [-E|--environment] <command> [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. # -E Set PYTHONHOME and LD_LIBRARY_PATH envvars for the running command.
# WARNING! For the running command and its child processes, this will break linkage for programs that expect to be linked to system libpython! # 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 # Runs an executable by first preparing PATH so that the selected Python
# version's `bin' directory is at the front. # version's `bin' directory is at the front.