Make your Own Jarvis - Installing Python - Tutorial 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ต.ค. 2024
  • In this short video I explain how to go through the installation of Python on your computer, and setting a path so that your machine knows where it is installed. We test a simple line of code to make sure it has worked, ready for the next video on how to install an IDE.
    These are essential steps in setting yourself up for developing your own Jarvis Voice assistant in Python and we will be soon writing our own code soon.

ความคิดเห็น • 35

  • @anndyjohnson8401
    @anndyjohnson8401 ปีที่แล้ว +2

    Can this be done on another Idl that isn’t atom ? As Atom was made a read only on March 3 of this year

    • @TechMoto101
      @TechMoto101  ปีที่แล้ว +1

      Absolutely. Any text editor. I now use Pycharm 😉

    • @Tigermaki357
      @Tigermaki357 3 หลายเดือนก่อน +1

      @@TechMoto101 Bro thank you so much

  • @DarriusLondon
    @DarriusLondon 10 หลายเดือนก่อน +1

    Going through something making my own Jarvis sounds badass why not ?

    • @TechMoto101
      @TechMoto101  9 หลายเดือนก่อน

      Thanks - good luck.

  • @Tiperia
    @Tiperia 21 วันที่ผ่านมา

    What character did you use in between PATH and C? it seems to be the only thing I have wrong

    • @SzymoX13
      @SzymoX13 6 วันที่ผ่านมา

      it is =

  • @ugonnambonu3000
    @ugonnambonu3000 หลายเดือนก่อน +2

    what do u put in between PATH and C because after first code it says not defined

    • @user-ul1qw5wr4x
      @user-ul1qw5wr4x หลายเดือนก่อน

      I’m also having the same trouble

    • @Markschannel88
      @Markschannel88 หลายเดือนก่อน

      Did you figure this out? I seem to being doing something wrong.😦

    • @SzymoX13
      @SzymoX13 6 วันที่ผ่านมา

      it is =

  • @padingre
    @padingre 3 ปีที่แล้ว +3

    For the most part I always confuse what I need to install, and I did this time but a quick check and bingo I have it installed correctly. The install now permits to add the path file so it was less for me to goof up. I got my Hello World!!!! :)

    • @TechMoto101
      @TechMoto101  3 ปีที่แล้ว +2

      Great - I know what you mean - in the early days I tried many times to use Python and gave up at the install software point :) Good luck with it all.

    • @addyplayzz3738
      @addyplayzz3738 2 ปีที่แล้ว

      Please help. The print hello world command, shows and hides the window instantly

  • @VanityLove1
    @VanityLove1 5 หลายเดือนก่อน

    Hello I can’t see the rest of the code becuse of cut screen what is it ?

  • @Markschannel88
    @Markschannel88 หลายเดือนก่อน

    I typed as you said but I'm not having much luck.. I did change "name" as well as changed "Python38" to "Python312" as thats what my path shows. Any help would be appreciated. Thank you.

    • @StoopidMonkie
      @StoopidMonkie หลายเดือนก่อน

      have you found a fix for this?

    • @TechMoto101
      @TechMoto101  หลายเดือนก่อน

      @Markschannel88 I'm afraid this path will be specific to your machine. Without being there to help it's tricky to offer advice. Maybe navigate to that file using windows - justvto make sure you have the path correctly laid out?

  • @addyplayzz3738
    @addyplayzz3738 2 ปีที่แล้ว +1

    I have a doubt. Should i install python in appdata and take that path or install anywhere and take the other path?

    • @TechMoto101
      @TechMoto101  2 ปีที่แล้ว

      Completely up to you. If you are a beginner I'd keep it simple and follow the guide, but if you know what you are doing you can locate it anywhere ;) as long as you get the path right.

    • @addyplayzz3738
      @addyplayzz3738 2 ปีที่แล้ว

      @@TechMoto101 Turns out that it should be the install location. Thanks :)

  • @zachnguyen06
    @zachnguyen06 2 ปีที่แล้ว +2

    How do i type the cmd code in a Mac terminal?

    • @TechMoto101
      @TechMoto101  2 ปีที่แล้ว

      Afraid I can't help - not a mac person. Someone will comment though ;)

  • @noahlang4320
    @noahlang4320 ปีที่แล้ว

    the second command isn't working for me. I typed it out right but it keeps saying
    " 'PYTHONPATH' is not recognized as an internal or external command,
    operable program or batch file.".
    can someone help me

  • @therealgdawg
    @therealgdawg ปีที่แล้ว +1

    can i use visual studio code or pulsar ide?

    • @supercutswft
      @supercutswft 6 หลายเดือนก่อน

      did you find an answer for this?

  • @AparnaSahiti-pw2mh
    @AparnaSahiti-pw2mh 4 หลายเดือนก่อน

    Sir can we give it any other name

  • @Clanslayer-kj7rk
    @Clanslayer-kj7rk 3 ปีที่แล้ว +4

    Ok so the journey starts here

    • @TechMoto101
      @TechMoto101  3 ปีที่แล้ว +3

      :) The nice thing is that these videos open up so many individuality possibilities for everyone's build - its just a framework for your imagination to run wild :) Good Luck :)

  • @cryptickitsune1750
    @cryptickitsune1750 ปีที่แล้ว

    The command ^Z didn't work. It keeps saying
    File "", line 1
    ^Z
    ^
    SyntaxError: invalid syntax

    • @cryptickitsune1750
      @cryptickitsune1750 ปีที่แล้ว +1

      I was typing shift ^zed instead of ctrl zed

    • @TechMoto101
      @TechMoto101  ปีที่แล้ว

      Easy mistake to make ;)

    • @WonderfulSpace10
      @WonderfulSpace10 10 หลายเดือนก่อน

      You can also write exit()