Y
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
hnfong
815 days ago
python3.xx -m venv .
link
happymellon
815 days ago
And pyenv gives you python 3.xx rather than 3.xy...
link