anyenv icon indicating copy to clipboard operation
anyenv copied to clipboard

rbenv-inspired version manager that can be configured to manage versions of ANYTHING

Results 3 anyenv issues
Sort by recently updated
recently updated
newest added

Could anyenv support Windows, preferably Command Prompt, but PowerShell would also be great? There appears to be no Python version manager for Windows. If anyenv supported Windows, then that would...

I'm working on a project called anyenv, which is in the same space, but different. I registered domains, etc. Why did you change from everyenv to anyenv?

pyenv support multiple versions. It will try the versions in order. ``` % python --version Python 3.4.3 % pyenv shell 2.7.9:3.4.3 % python --version Python 2.7.9 % pyenv version 3.4.3...