How to install SeaDas in Mac?
-
- Posts: 3
- Joined: Tue Nov 15, 2022 4:39 pm America/New_York
How to install SeaDas in Mac?
Hello,
When writing in terminal: $ sh seadas_8.2.0_mac_installer.sh
a message indicating that "No such file or directory" pops up.
I have also tried dragging the file to terminal and it mentions "Permission denied".
How can I finally install SeaDas?
When writing in terminal: $ sh seadas_8.2.0_mac_installer.sh
a message indicating that "No such file or directory" pops up.
I have also tried dragging the file to terminal and it mentions "Permission denied".
How can I finally install SeaDas?
- Attachments
-
- Screen Shot 2022-11-15 at 5.41.30 PM.png (72.96 KiB) Not viewed yet
-
- Screen Shot 2022-11-15 at 5.41.30 PM.png (72.96 KiB) Not viewed yet
-
- Screen Shot 2022-11-15 at 5.41.30 PM.png (72.96 KiB) Not viewed yet
Filters:
-
- Subject Matter Expert
- Posts: 711
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: How to install SeaDas in Mac?
It seems that you downloaded seadas_8.2.0_mac_installer.sh in the directory of /Users/mileishalyannvelazquez/Downloads.
You can do
or
You can do
Code: Select all
cd /Users/mileishalyannvelazquez/Downloads/
sh ./seadas_8.2.0_mac_installer.sh
Code: Select all
sh /Users/mileishalyannvelazquez/Downloads/seadas_8.2.0_mac_installer.sh
Re: How to install SeaDas in Mac?
mileishavelazquez wrote: ↑Tue Nov 15, 2022 4:42 pm America/New_York Hello,
When writing in terminal: $ sh seadas_8.2.0_mac_installer.sh
a message indicating that "No such file or directory" pops up.
I have also tried dragging the file to terminal and it mentions "Permission denied".
How can I finally install SeaDas?
You will find it helpful to learn some command-line basics. See:
https://developer.apple.com/library/archive/documentation/OpenSource/Conceptual/ShellScripting/CommandLInePrimer/CommandLine.html