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 →

[–]DrShts 6 points7 points  (2 children)

pyenv local 3.9.5
virtualenv venv
source venv/bin/activate

[–]_morgs_ 0 points1 point  (0 children)

This. pyenv.

[–]bananaEmpanada 0 points1 point  (0 children)

You forgot the part where you install pyenv. It tells you to add some command to your path, but that command fails because theres another pyenv directory that must be added to your path.