Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New ADR: Use PyEnv to set up multiple Python version on host #11

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

esciara
Copy link
Member

@esciara esciara commented Apr 7, 2020

No description provided.

@esciara esciara force-pushed the adr-pyen branch 3 times, most recently from 140447e to fbe0947 Compare April 30, 2020 19:55
Comment on lines +28 to +29
Chosen option: "PyEnv", because it allows to manage the full workflow of installing and
uninstalling Python versions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think developing a little more why other options are not chosen.
In that way, pipenv or altinstall could also manage the install and uninstall of Python versions.

As a reminder, at time of writing, ODC only actively support linux, MacOS, and
POSIX unix systems.

## Considered Options
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does Anaconda could also be on the list of considered options ?
Would be disqualified against pyenv as much more complex for this task only and some issues with transient dependencies (especially C++ ones) that make it less reliable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants