LemmyEnjoyer99

joined 1 year ago
[–] LemmyEnjoyer99 3 points 1 year 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 1 year ago

I'm glad all the comments are the same!

[–] LemmyEnjoyer99 2 points 1 year ago

Already here!