I use pipenv and the workflow is essentially the same.
cd project mkdir .venv python3 -m pipenv shell pipenv install --dev
It's also nice because VScode (or VSCodium if you're based), automatically detects it to set as your venv.
I'm glad all the comments are the same!
Already here!
I use pipenv and the workflow is essentially the same.
It's also nice because VScode (or VSCodium if you're based), automatically detects it to set as your venv.