ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Setting Environment Variables on Mac

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 มี.ค. 2022
  • Quick and easy guidance on how to set environment variables on mac.

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

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

    love this style. Looking forward to more such videos in the future :)

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

      Thanks! What are you interested in specifically?

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

    excellent usage of music and animations, music doesn't change it's quality as the playback speed increases.

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

    It helped me a lot and easy to understand. Thanks

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

    Thank you so much. I had a hard time setting postgres PGDATA env. Your video helped a lot.

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

    @DEV ANGEL, thanks. This was simply a great tutorial! BRAVO

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

    bhai u are such a hugeeee life saver. I almost threw this mac away. Iam glad i persisted.

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

    Awesome video. Helped a lot. Thanks!

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

    Great tutorial! Thank u so much! Helped me set this to do a release for AWS!

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

    Thank you!

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

    Thank you so much! I truly appreciate!

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

    Thank you once again! you saved me!

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

    I approve this message.

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

    Thanks so much for making such a quality video. Was direct to the point!

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

    thanks dude

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

    Thanks so much. You save my day.

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

    Great Video!!!

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

    Legend

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

    Thank you!! That was very helpful! 😃

  • @user-rf8ud4bx2w
    @user-rf8ud4bx2w ปีที่แล้ว

    very helpful, thanks a lot!

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

    Great video - how would I go about setting a global variable, so any user logon can access it? Tried all sorts, nothing seems to work - even chatgpt failed me!

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

    great video!

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

    Thanks a lot

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

    Good one
    Thanks man!

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

    Thank you so much for this helpful video! I think I got it to work and it helped me set PATH in zsh shell permanently so that I don't have to reset it each time I re-start my computer. However, I tried this in zsh shell but whenever I ran echo $SHELL in the terminal window, I received "/bin/bash" as an output. Does that mean that I did this in bash accidentally? Would you be able to help me with that?

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

    Thanks!

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

    Super helpful

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

    THANK YOU

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

    rahmat

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

    How do you delete these variables?

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

      Did you figure it out, I want to delete some as well

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

      You can open up your ~/.zshrc | ~/.bash_profile through a text editor to edit your script after it's been sourced using the following: open -a "(text editor application name)" ~/.zshrc (replace with .bash_profile if that's what you're editing)
      So if you're using the app Brackets and your text is saved under ~/.zshrc, the line you're executing would look something like this:
      open -a "Brackets" ~/.zshrc
      Hope this helped! Just remember to open up a new terminal window whenever you edit your file so that you can see your recent changes. Took me a minute to figure it all out haha

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

    echo $HOMe
    echo $USER
    variable_name = value
    echo $variable_name
    Open another terminal ( cmd + t)
    ls -al ~/

  • @sureshbabu-er1yy
    @sureshbabu-er1yy ปีที่แล้ว

    I didn't get this

  • @user-eq4bb8dn2q
    @user-eq4bb8dn2q 2 ปีที่แล้ว

    You did a lot of unimportant steps