Create a Python Virtual Environment in VS Code on Mac OS

Поделиться
HTML-код
  • Опубликовано: 31 янв 2024
  • Creating a Virtual Environment (Venv) is easy on Mac OS! In this video we create and activate a virtual environment,
    ⭐️ Follow me ⭐
    💼 LinkedIn: / thomas--janssen
    ✅ Instagram: / tomstechacademy
    ❗ Some of my videos contain affiliate links. When you click on these kind of links, I get a small percentage in case you make a purchase via the website. Be aware that this doesn't cost you anything - you never pay more than the standard retail price.
    #python #macos #virtualenvironment

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

  • @sekotheasa
    @sekotheasa 2 месяца назад +1

    You are a big help thanks a lot i was really struggling with the venv thing now i can install and import modules

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

      Happy to hear my video is useful for you 😀

  • @AuraRomero-ih1ue
    @AuraRomero-ih1ue 4 месяца назад +2

    Thanks a lot! I was losing my head.

    • @TomsTechAcademy
      @TomsTechAcademy  4 месяца назад

      Thank you for your comment, glad my video was useful for you 😀

  • @ManishSingh2k
    @ManishSingh2k Месяц назад

    Thanks a lot!!

    • @TomsTechAcademy
      @TomsTechAcademy  Месяц назад

      Thank you for your comment Manish, happy coding!

  • @felipeH2O
    @felipeH2O 27 дней назад +1

    Thanks

    • @TomsTechAcademy
      @TomsTechAcademy  27 дней назад

      Thanks for your comment, glad my video is helpful for you 😀

  • @ashokvaswani123
    @ashokvaswani123 Месяц назад

    I am trying to create a virtual environment from my Mac Terminal ( not using VS Code ) and I pasted in the command python3 -m venv .venv but no folder by the name venv is getting created in my project folder. Can you please help me.

    • @TomsTechAcademy
      @TomsTechAcademy  Месяц назад

      Hi Ashok, did you use cd (change directory) in your console to navigate to a specific directory? Is it possible your virtual environment has been created in some kind of root folder?

    • @ashokvaswani123
      @ashokvaswani123 Месяц назад

      @@TomsTechAcademy I was able to get it done. How do I check if there is a virtual environment in a particular folder?