Thank you very much, you relieved a weight from my shoulders, I have never understood this about environment variables well, you saved me time, I had already tried to do it alone and it had consumed 5 hours of my time.
Hi, I'm getting this error in the mac terminal. Whenever I open a new terminal, Its showing this error "user/praveen/ .zshenv:1: command not found: Export"
@@Phil-Dustin The error message `.zshenv:1: command not found: Export` suggests that there is a typo in your `.zshenv` file. The correct command should be `export` (all lowercase), not `Export`. The shell commands are case-sensitive, and having the wrong case can lead to such command not found errors. To fix this, you'll need to edit the `.zshenv` file and correct the command. Here's how you can do it: 1. Open the terminal. 2. Type `nano ~/.zshenv` and press Enter to open the file in the nano text editor. 3. Look for the line that contains `Export` and change it to `export`. 4. Save the changes by pressing `Ctrl + O`, then press Enter. 5. Exit nano by pressing `Ctrl + X`. After making these changes, the error should no longer appear when you open a new terminal window. If you're not comfortable using nano, you can use any other text editor you're familiar with to make this change. Remember to be cautious when editing configuration files like `.zshenv` to avoid further issues.
@@Phil-Dustin The error message `.zshenv:1: command not found: Export` suggests that there is a typo in your `.zshenv` file. The correct command should be `export` (all lowercase), not `Export`. The shell commands are case-sensitive, and having the wrong case can lead to such command not found errors. To fix this, you'll need to edit the `.zshenv` file and correct the command. Here's how you can do it: 1. Open the terminal. 2. Type `nano ~/.zshenv` and press Enter to open the file in the nano text editor. 3. Look for the line that contains `Export` and change it to `export`. 4. Save the changes by pressing `Ctrl + O`, then press Enter. 5. Exit nano by pressing `Ctrl + X`. After making these changes, the error should no longer appear when you open a new terminal window. If you're not comfortable using nano, you can use any other text editor you're familiar with to make this change. Remember to be cautious when editing configuration files like `.zshenv` to avoid further issues.
The error message `.zshenv:1: command not found: Export` suggests that there is a typo in your `.zshenv` file. The correct command should be `export` (all lowercase), not `Export`. The shell commands are case-sensitive, and having the wrong case can lead to such command not found errors. To fix this, you'll need to edit the `.zshenv` file and correct the command. Here's how you can do it: 1. Open the terminal. 2. Type `nano ~/.zshenv` and press Enter to open the file in the nano text editor. 3. Look for the line that contains `Export` and change it to `export`. 4. Save the changes by pressing `Ctrl + O`, then press Enter. 5. Exit nano by pressing `Ctrl + X`. After making these changes, the error should no longer appear when you open a new terminal window. If you're not comfortable using nano, you can use any other text editor you're familiar with to make this change. Remember to be cautious when editing configuration files like `.zshenv` to avoid further issues.
@@Phil-Dustin it's the same as the tutorial vid tho i don't really remember what I did but so far it's working for me cuz I had to do it to make a software work
Thank you very much, you relieved a weight from my shoulders, I have never understood this about environment variables well, you saved me time, I had already tried to do it alone and it had consumed 5 hours of my time.
Thank you for explaining it so clearly. I learned today how to set the JAVA_HOME path on a Mac🙂
Thank you this is helpful
excellent video. you earned a new subscriber. well done.
Thank you bro you saved my day
Thanks. It was very useful.
When I run "echo $JAVA_HOME" its returning empty
Superb
Really you saved me❤
thanks bro
thank you very much
Thank you so much!
Thanks!
Thanks altot Man 🎉🎉
Thank you a lot bro))
Hi, I'm getting this error in the mac terminal. Whenever I open a new terminal, Its showing this error "user/praveen/ .zshenv:1: command not found: Export"
Did you find the solution?
I am having the same problem
@@Phil-Dustin The error message `.zshenv:1: command not found: Export` suggests that there is a typo in your `.zshenv` file. The correct command should be `export` (all lowercase), not `Export`. The shell commands are case-sensitive, and having the wrong case can lead to such command not found errors.
To fix this, you'll need to edit the `.zshenv` file and correct the command. Here's how you can do it:
1. Open the terminal.
2. Type `nano ~/.zshenv` and press Enter to open the file in the nano text editor.
3. Look for the line that contains `Export` and change it to `export`.
4. Save the changes by pressing `Ctrl + O`, then press Enter.
5. Exit nano by pressing `Ctrl + X`.
After making these changes, the error should no longer appear when you open a new terminal window. If you're not comfortable using nano, you can use any other text editor you're familiar with to make this change. Remember to be cautious when editing configuration files like `.zshenv` to avoid further issues.
@@Phil-Dustin The error message `.zshenv:1: command not found: Export` suggests that there is a typo in your `.zshenv` file. The correct command should be `export` (all lowercase), not `Export`. The shell commands are case-sensitive, and having the wrong case can lead to such command not found errors.
To fix this, you'll need to edit the `.zshenv` file and correct the command. Here's how you can do it:
1. Open the terminal.
2. Type `nano ~/.zshenv` and press Enter to open the file in the nano text editor.
3. Look for the line that contains `Export` and change it to `export`.
4. Save the changes by pressing `Ctrl + O`, then press Enter.
5. Exit nano by pressing `Ctrl + X`.
After making these changes, the error should no longer appear when you open a new terminal window. If you're not comfortable using nano, you can use any other text editor you're familiar with to make this change. Remember to be cautious when editing configuration files like `.zshenv` to avoid further issues.
@@Phil-Dustin
The error message `.zshenv:1: command not found: Export` suggests that there is a typo in your `.zshenv` file. The correct command should be `export` (all lowercase), not `Export`. The shell commands are case-sensitive, and having the wrong case can lead to such command not found errors.
To fix this, you'll need to edit the `.zshenv` file and correct the command. Here's how you can do it:
1. Open the terminal.
2. Type `nano ~/.zshenv` and press Enter to open the file in the nano text editor.
3. Look for the line that contains `Export` and change it to `export`.
4. Save the changes by pressing `Ctrl + O`, then press Enter.
5. Exit nano by pressing `Ctrl + X`.
After making these changes, the error should no longer appear when you open a new terminal window. If you're not comfortable using nano, you can use any other text editor you're familiar with to make this change. Remember to be cautious when editing configuration files like `.zshenv` to avoid further issues.
it says I am not the owner of the file
Am getting an error when I enter "source .zshrc"....pls help
Did you find the solution
@@Phil-Dustin I did... I did
Could you share the solution please
@@Phil-Dustin it's the same as the tutorial vid tho i don't really remember what I did but so far it's working for me cuz I had to do it to make a software work