Jason Novinger to Programmer [email protected] • 1 year agoxkcd #1987: Python Environmentxkcd.comexternal-linkmessage-square76fedilinkarrow-up1415arrow-down19cross-posted to: xkcd[email protected]
arrow-up1406arrow-down1external-linkxkcd #1987: Python Environmentxkcd.comJason Novinger to Programmer [email protected] • 1 year agomessage-square76fedilinkcross-posted to: xkcd[email protected]
minus-square@LemmyEnjoyer99link3•1 year agoI 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 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.