-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VITASDK not set in macOS Catalina Error #53
Comments
either tell zsh to load run exports and stuff from .bashrc or put the exports in .zshrc instead of .bashrc since you're using zsh shell not bash |
@frytkisasmaczne could be right. it's just shell problem. but we should give the better suggestion in running script. |
Thanks for pointing it out and helping me resolve it. As Catalina using the new Zsh as the default shell I think proper instructions to use the .zshrc along with .bashrc update would clear any issues or confusions for new explorers. |
Hi, everyone 👋. I really am not familiar with how to properly work with Terminal and scripts so forgive me if I appear stupid at times. I'm on macOS Catalina 10.15.3 and, from what I understood, And, on launch, I get that confirmation, yes, and I also put all two of the What am I doing wrong and how can I bypass this? |
@d3m3vilurr could you, please, help me resolve this issue 🙏 |
does it say anything when you put |
Can you share some screenshots that'd help us understand the problem better and do check properly if you're in the zsh or bash shell? |
@Pikachuxxxx @frytkisasmaczne Here's the whole process with My Not sure if it is at all relevant, but I've upgraded to macOS 10.15.4 now but everything's, pretty much, the same P.S. @frytkisasmaczne French fires are, indeed, rather tasty ;) |
I don't think this is an error, it's just a reminder to set the exports. To be sure that it installed correctly run |
I think a 'process successful' message would be great. |
@frytkisasmaczne Ok, 2 things:
So something's definitely wrong |
1.change the /usr/local/vitasdk dir's right to 775 |
|
@Engylizium |
So I tried following the steps on MacOS Catalina 10.15.1(19B88)(Dev-beta). I did add the lines
export VITASDK=/usr/local/vitasdk export PATH=$VITASDK/bin:$PATH
at the end of .bashrc as prompted by the terminal
and tried running the the following commands as shown in the screenshots and yet nothing seems to work. It still says I haven't set the path.
The text was updated successfully, but these errors were encountered: