Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update pyenv installation script to use user-specific environmen…
…t file - Changed the installation script for pyenv to create a user-specific environment file at $HOME/.pyenv-env.sh instead of a system-wide file in /etc/profile.d/. - Updated the script to source the new environment file, ensuring that the pyenv setup is applied correctly for the user. - This change improves the flexibility and usability of the pyenv installation in Docker environments.
- Loading branch information