docksal / service-cli

CLI service image for Docksal
https://docksal.io
MIT License
19 stars 45 forks source link

Add pyenv support for python #53

Closed lmakarov closed 5 years ago

lmakarov commented 6 years ago

Make it possible to install additional Python versions and switch between them via pyenv.

lmakarov commented 6 years ago

Looks like nvm/rvm equivalent in Python world is pyenv. Updating the issue description.

achekulaev commented 5 years ago

Related PR https://github.com/docksal/service-cli/pull/89

lmakarov commented 5 years ago

Resolved in develop.

luzzardi commented 1 year ago

For anyone that hits this page, that was removed later, here's a comment on the Dockerfile:

"Python (installed as user) via pyenv. Note: Disabled. pyenv + its build dependecies bloat the image (~300MB).
Debian 10 ships with Python 3.7, so we'll stick with that by default.
It is still possible for the end user to switch to a different python version via pyenv."

https://github.com/docksal/service-cli/blob/develop/8.0/Dockerfile#L423