Install the Git Bash Terminal For Windows - #2

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024
  • How to Install the Git Bash Terminal For Windows and Python. In this video we'll download and install the Git Bash terminal for Windows. Git Bash allows us to easily run our Python code from a cool terminal that also allows us to use git version control on a windows computer. If you're on a mac or linux computer, you can skip this video and use the terminal that comes pre-installed on your computer.
    In this series I'll teach you to program with Python in 2019.
    See My Python Playlist:
    bit.ly/2LW0ZB6
    See more at Codemy.com
    Facebook: bit.ly/2GFmOBz
    Subscribe To My Channel:
    bit.ly/2IGzvOR
    Learn to Code at Codemy.com! Take $22 off with coupon code: youtube
    Codemy.com

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

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

    Nice one man, l love and like it thanks for doing it👌🔥

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

      Glad you like it

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

    Hey, when I run any command it takes forever for it to respond to my prompt, it responds, but very slow, how to fix this?

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

      Restart your computer

  • @ShinyArjunSingh
    @ShinyArjunSingh 4 ปีที่แล้ว

    nice one, subscribed. Please keep'em comin....

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Will do, thanks!

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

    Thank You Sire

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

    when you open git bash and type python and hit enter do you get the same problem i have saying "folderlocation/permission denied" ?

    • @Codemycom
      @Codemycom  5 ปีที่แล้ว

      No

    • @bigonrock
      @bigonrock 5 ปีที่แล้ว

      ​@@Codemycom thanks for the reply I fixed it by reinstalling

    • @Codemycom
      @Codemycom  5 ปีที่แล้ว

      @@bigonrock Good :-)

  • @DamienzTheBand
    @DamienzTheBand 4 ปีที่แล้ว

    Great vid! But Sublime Text? It´s commercial, not donationware. From their download page: "Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use. There is currently no enforced time limit for the evaluation." Using a truly free editor might be better, like Atom. I do like Sublime Text better though, Atom is huge in size too.

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      What's your point? You can use it forever without paying, or - if you want - you can purchase a license. So yes...it is free.

    • @DamienzTheBand
      @DamienzTheBand 4 ปีที่แล้ว

      @@Codemycom Indeed it is, for now. If the length of the free trial stays the same. Changing text editor is not a big issue either, of course, just the key-commands you build up during your coding that can be different and slow your work down when making the change.

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      @@DamienzTheBand making what change? You can use sublime forever without paying. You don't have to change.

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

    3:15 I cant click next after i select sublime text

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Weird. Aa I said, you don't have to select sublime text. Reinstall it and take the default.

    • @mariogamer587
      @mariogamer587 4 ปีที่แล้ว

      @@Codemycom ok, I didn't have sounds on😅

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

    Heroku has customized the Git Bash terminal....For That

  • @chizzy4370
    @chizzy4370 4 ปีที่แล้ว

    Pls any idea on how to make all Python modules from Anaconda work in Gitbash. I keep getting a 'module not found' error when I try to run a python script in Git bash.

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Sorry, I don't know Anaconda. Why not use regular Python?

    • @chizzy4370
      @chizzy4370 4 ปีที่แล้ว

      @@Codemycom okay thanks. It's a requirement for a course I'm taking

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

    How to Customize Git Bash Terminal....

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

      No clue...why in the world would you want to?

  • @ameyanand1065
    @ameyanand1065 4 ปีที่แล้ว

    i thought we have command prompt for windows right?

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      What do you mean?

    • @ameyanand1065
      @ameyanand1065 4 ปีที่แล้ว

      like i thought command prompt was good

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      @@ameyanand1065 No, it's absolutely terrible. It's trash.

    • @ameyanand1065
      @ameyanand1065 4 ปีที่แล้ว

      @@Codemycom ohh ok... tried now to run python files just opens microsoft store... was using microsoft visual studio all this while though it lost python support and python 3.9 is also out...

  • @brettgastelum5330
    @brettgastelum5330 4 ปีที่แล้ว

    Hey John!
    I've downloaded this and have it installed on my system. I was wondering why it is that I can never see my virtual environments activated like I can on my Mac side. I'm using pipenv (because I like piplock) and for whatever reason I don't get the environment name listed. I was wondering if it was because I didn't name it...
    Example:
    $ pipenv shell
    $ pipenv shell
    Launching subshell in virtual environment…
    Name@User MINWG64 ~/Folder/ProjectFolder
    Usually I would see SOMETHING like:
    (environment name) Name@User MINWG64 ~/Folder/ProjectFolder
    I've seen in YOUR videos that it's usually something like:
    (environment name)
    Name@User MINWG64 ~/Folder/ProjectFolder
    When everything is active.
    Just wondering if I have the settings wrong or something.
    Also, I'm a student for Codemy, see you in those comments!

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      no clue, I use venv...I suggest you use that.

  • @lambenggambleh7313
    @lambenggambleh7313 4 ปีที่แล้ว

    Where is Git if i want to run it?

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      Just go to your windows start menu and type git

    • @lambenggambleh7313
      @lambenggambleh7313 4 ปีที่แล้ว

      @@Codemycom thank you sir ! I think this git should be opened in command prompt ..

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      @@lambenggambleh7313 No, use the git bash terminal. git-scm.com

    • @lambenggambleh7313
      @lambenggambleh7313 4 ปีที่แล้ว

      @@Codemycom ok this works like in the video, thanks for creating this tutorial so I can run the code in sublime text.

    • @Codemycom
      @Codemycom  4 ปีที่แล้ว

      @@lambenggambleh7313 Sure

  • @betsybrown1565
    @betsybrown1565 3 ปีที่แล้ว

    You don't mention that you can't access python from git bash without doing a lot more......really not helpful

    • @Codemycom
      @Codemycom  3 ปีที่แล้ว

      That's because that's not true. All you have to do is install Python on your computer in the normal way.

  • @akudarkness
    @akudarkness 4 ปีที่แล้ว

    Ever since Microsoft took over the download and options are weird.