LemmyEnjoyer99

joined 2 years ago
[–] LemmyEnjoyer99 3 points 2 years ago

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.

[–] LemmyEnjoyer99 1 points 2 years ago

I'm glad all the comments are the same!

[–] LemmyEnjoyer99 2 points 2 years ago

Already here!