Hacker News new | past | comments | ask | show | jobs | submit login
Ask HN: What SDK/Version manager do you use?
3 points by marknefedov 3 months ago | hide | past | favorite | 1 comment
What's your preferred setup for isolating SDKs and dependencies across different projects (Go, Python, Node, etc.) on macOS without using containers? I'm struggling with global pollution (e.g., GOPATH, site-packages) and want a project-local approach that plays nicely with JetBrains IDEs. What tools/techniques do you find most effective: asdf, mise, direnv, language-specific managers (nvm, pyenv), or something else entirely? What are the trade-offs?



I mostly use python and I’m pretty happy with uv[1]. It replaces pyenv and poetry as package manager at system and project level.

[1] https://github.com/astral-sh/uv




Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: