Page 1 of 1

How to install SeaDas in Mac?

Posted: Tue Nov 15, 2022 4:42 pm America/New_York
by mileishavelazquez
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?

Re: How to install SeaDas in Mac?

Posted: Wed Nov 16, 2022 10:35 am America/New_York
by OB SeaDAS - xuanyang02
It seems that you downloaded seadas_8.2.0_mac_installer.sh in the directory of /Users/mileishalyannvelazquez/Downloads.

You can do

Code: Select all

cd /Users/mileishalyannvelazquez/Downloads/
sh ./seadas_8.2.0_mac_installer.sh
or

Code: Select all

sh /Users/mileishalyannvelazquez/Downloads/seadas_8.2.0_mac_installer.sh

Re: How to install SeaDas in Mac?

Posted: Fri Nov 18, 2022 8:51 am America/New_York
by gnwiii
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