Sorry Python but it is what it is.

  • Scribbd
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    8 months ago

    If we talk about solutions: python has plenty. Which might be overwhelming to the user.

    I use Direnv to manage my python projects. I just have to add layout pyenv 3.12.0 on top and it will create the virtual environment for me. And it will set my shell up to use that virtual environment as I enter that directory. And reset back to default when I leave the directory.

    But you could use pipenv, poetry, pdm, conda, mamba for your environment management. Pip and python do not care.