Minimal Python environment in Windows with Miniforge and VSCode

Поділитися
Вставка
  • Опубліковано 2 лют 2025

КОМЕНТАРІ • 6

  • @swaraj5779
    @swaraj5779 11 місяців тому

    thank you, solved all of my problems while installing and running mini forge on windows machine, I'm saving this link so that many of my friends also find solution to their problems

  • @DimitrisBassukas
    @DimitrisBassukas Рік тому

    Great video, thank you!

  • @samrobertprovost
    @samrobertprovost Рік тому

    This was very helpful. I followed along and it worked for me even though I am on an M1 Mac. I had to choose some different options but your video helped me to get around some issues I was having. Thanks!

  • @SSS2024-k5z
    @SSS2024-k5z 11 місяців тому

    Thank you for the video. clear and detailed explanation of why you are doing every step is helpful.

  • @sylviaackermann8781
    @sylviaackermann8781 9 місяців тому

    Thank you for your video. The steps were very clear and easy to follow. It helped me a lot.

  • @BayushiTawa
    @BayushiTawa 4 дні тому

    Muchas gracias!
    Just a comment due to a possible issue:
    In my case somehow my Windows power shell did not accept the use of scripts (no idea why)
    > get-executionpolicy printed "Restricted"
    running the proper set:
    > set-executionpolicy bypass
    The shell finally accepted the modifications from minute 5: ua-cam.com/video/aph7ZLb21rg/v-deo.html
    Hope it is of use