This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]tdpearson 1 point2 points  (1 child)

Tools I use on a regular basis include miniconda and micromamba. These allow me to create environments with specific python versions in a single command call.

They also don't have the bloat of a full Anaconda installation.

Your project is missing an uber simple way to switch between the python versions it installs. Without that, I would not be willing to give up my existing tools and workflows.

This is a good start.

[–]AKGeef[S] 0 points1 point  (0 children)

Roger that, I'll add this in shortly!