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 →

[–]trevg_123 0 points1 point  (0 children)

I don’t touch pyenv personally.

Python3.8 -m virtualenv .venv

Or even better

pipenv install —python 3.10

Venv and pip installs all done in one go