Hacker News new | ask | show | jobs
by wodenokoto 815 days ago
But how do I get a .venv with a new/different version of Python in your setup? And how do I add some kind of Python version requirement in my project?
1 comments

python3.xx -m venv .
And pyenv gives you python 3.xx rather than 3.xy...