mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-22 17:31:03 +01:00
- 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.