LemmyEnjoyer99

u/LemmyEnjoyer99@lemmy.world
0 posts · 3 comments

Recent posts

No posts.

Recent comments

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.