kiranchavala commented on issue #7443: URL: https://github.com/apache/cloudstack/issues/7443#issuecomment-1512932407
The dockerfile (/tools/docker/Dockerfile) should be updated with the python version 3.8.10 curl https://pyenv.run | bash export PATH="$HOME/.pyenv/bin:$PATH" && eval "$(pyenv init --path)" && echo -e 'if command -v pyenv 1>/dev/null 2>&1; then\n eval "$(pyenv init -)"\nfi' >> ~/.bashrc pyenv install 3.8.10 pyenv global 3.8.10 python --version exec $SHELL -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
