Skip to content

πŸ§‘β€πŸ’» A template of multiple pyenvs for single image

License

Notifications You must be signed in to change notification settings

jyje/multiple-pyenv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

multiple-pyenv

This is a simple script to install multiple versions of Python using pyenv.

Usage

docker build -t multiple-pyenv:latest .
docker run --entrypoint bash -it --rm multiple-pyenv:latest

cd /app/pyenv-1
python main.py

cd /app/pyenv-2
python main.py

cd /app/pyenv-3
python main.py

Features

There are some good features in this template:

  • Minimal installation of python versions for each pyenv
  • Easy to stack another python versions
  • Easy to use

Limitations

There are also some limitations in this template:

  • All pyenvs have to share their apt packages

About

πŸ§‘β€πŸ’» A template of multiple pyenvs for single image

Topics

Resources

License

Stars

Watchers

Forks