uv for EVERYTHING: How to use uv for Python, venv, and project management

Поделиться
HTML-код
  • Опубликовано: 27 ноя 2024

Комментарии • 4

  • @mateuszsmendowski2677
    @mateuszsmendowski2677 День назад

    Nice explanation! I used to manage all my environments with pyenv and poetry. However, poetry dependency resolver has its own drawbacks... so far, UV is great :)

  • @smibssmibs
    @smibssmibs 7 дней назад +1

    Nice explanation. uv is real gamechanger.
    A note: The explicit creation of venv was not necessary. It is by default done when you add a dependency or even at the moment you use "uv run "

  • @yxoozo
    @yxoozo 8 дней назад

    Great video! What IDE are you using?

  • @noopurp123
    @noopurp123 5 дней назад

    Can uv automatically activate virtual environment if I go into a python project directory and also deactivate if I go out of it?