Pyinstaller with Virtual Environments (venv)

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • In this Python tutorial, we will discuss how to optimize your Pyinstaller EXE's using Virtual Environments. We will be using the "venv" library to create the Virtual environment for Pyinstaller.
    Command Prompt (Windows): tutorial\Scripts\activate.bat
    Windows PowerShell: tutorial\Scripts\Activate.ps1
    Linux (Bash): tutorial\bin\activate
    Note: For VS Code users, "tutorial\Scripts\activate.bat" might not work. (Doesn't work for me). So leave out the ".bat" extension and try it again (until the virtual environment name appears in the start).
    Website Link:
    coderslegacy.c...
    Related Links:
    UPX Tutorial -

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

  • @Daniyolka
    @Daniyolka Год назад +5

    Perfect video, thank you so much. I got lots of packages installed so my graduation_project.exe was 144MB, with your venv help I made it to 24 MB. You're awesome!

  • @parassingh1936
    @parassingh1936 2 месяца назад

    I was trying the same thing since last 56 hours, but the problem was versions of libraries
    Love you

  • @slashot5887
    @slashot5887 6 месяцев назад

    I love you! You saved my life with this video!
    I hope all your dreams come true and all the women in the world will crave you!!!!!

  • @alexandervartolomei385
    @alexandervartolomei385 Год назад +1

    So with auto-py-to-exe you can implement venv to your exe too?

  • @RoderickVellaCesare
    @RoderickVellaCesare Год назад +2

    Auto-Py-To-Exe makes your life easier

    • @WilkenPerez
      @WilkenPerez Год назад

      Yeah, but, it just initialize... didn't work for me... :(

  • @fernandapachla9700
    @fernandapachla9700 Год назад

    Thank you, really. You're awesome

  • @ramshadabdulraheem2813
    @ramshadabdulraheem2813 11 месяцев назад

    Thanks bro.. reduced 700 mb to 48 mb

  • @evankim2158
    @evankim2158 Год назад

    Max thumbs up to an excellent video. thanks

  • @anthonyroseiro
    @anthonyroseiro 9 месяцев назад

    Very helpfull

  • @wildgoose4179
    @wildgoose4179 Год назад +1

    "venv tutorial" did nothing

  • @meteo40
    @meteo40 Год назад

    like it
    😀

  • @MadhavMishra-is9gb
    @MadhavMishra-is9gb 7 месяцев назад

    11:48 the title of the video

  • @wildgoose4179
    @wildgoose4179 Год назад

    This is so annoying. Every video is like this:
    SyntaxError: invalid syntax
    >>> -m venv tutorial2
    File "", line 1
    -m venv tutorial2
    ^^^^
    SyntaxError: invalid syntax
    >>>

    • @coderslegacy5661
      @coderslegacy5661  Год назад +1

      Looks like you are executing these commands in the python interpreter. Turn it off first, then run the following command:
      python -m venv tutorial