taidai
taidai
DDeno
Created by taidai on 11/12/2024 in #help
Installing with script from website does not work directly
If you need me to see something, please @ me @nathanwhit , otherwise I'm unlikely to see it 🙂
7 replies
DDeno
Created by taidai on 11/12/2024 in #help
Installing with script from website does not work directly
I'm on: - MacOS 14.6.1 M1 Pro - Warp v0.2024.11.05.08.02.stable_02 - zsh 5.9 (x86_64-apple-darwin23.0)
7 replies
DDeno
Created by taidai on 11/12/2024 in #help
Installing with script from website does not work directly
Yeah, I'm not sure either. I recall /home being involved somehow when I was figuring this out, but now I don't see the connection edit: ah, right the error output is about /home. Idk why it's referencing that and not the output of $HOME. Some symlink magic? Or could it be that the user that the script operates under has a different result from echo $HOME? Idk how that stuff works tbh. I added echo "The script is running as $(id -un)" to the install.sh file and got
sh install.sh
The script is running as <my_username>
mkdir: /home/<my_username>: Operation not supported
sh install.sh
The script is running as <my_username>
mkdir: /home/<my_username>: Operation not supported
7 replies
DDeno
Created by taidai on 11/12/2024 in #help
Installing with script from website does not work directly
Hi Nathan, the output of echo $HOME is /Users/<my_username>
7 replies