• @LemmyEnjoyer99
    link
    31 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.