--
You received this message because you are subscribed to the Google Groups "RSGISLib Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rsgislib-suppo...@googlegroups.com.
To post to this group, send email to rsgislib...@googlegroups.com.
Visit this group at https://groups.google.com/group/rsgislib-support.
For more options, visit https://groups.google.com/d/optout.
Hi Theo,Normal users don’t have permission to write to /usr/local, you will need to run with root privileges using sudo, for example:sudo ln $PWD/sixsV1.1 /usr/local/bin/sixsI’m assuming you have sudo on your machine if not you can just add where ever it is to PATH.For ARCSI and all the dependencies (including 6S) we normally advise installing through conda as we make binaries available, see https://spectraldifferences.wordpress.com/software/We haven’t made a new environment for the latest release yet so for now you will need to use the development build for now:conda create --name arcsidev python=3.5
source activate arcsidev
conda install -c conda-forge -c au-eoed arcsiThanks,Dan
On 18 Jan 2017, at 01:46, Theo Awo <philu...@gmail.com> wrote:
Hi All,I was trying to install 6S in ubuntu (following instructions from http://py6s.readthedocs.io/en/latest/installation.html). Now I'm having trouble using 'ln sixsV1.1 /usr/local/bin/sixs' to 'Link 6S to a location on my PATH' .This is needed to place the 'executable, sixsV1.1, somewhere where Py6S can find it'I'm getting this error:ci@ubuntu:~/canopy/6SV-1.1/6SV1.1$ ln sixsV1.1 /usr/local/bin/sixsln: failed to create hard link '/usr/local/bin/sixs': Read-only file systemAs a newbie, I'm not sure if this is just a mistake on my part or it isn't possible. Help on exploring the other two alternative to achieve my aim of will be appreciated too.Theo.
--
You received this message because you are subscribed to the Google Groups "RSGISLib Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rsgislib-support+unsubscribe@googlegroups.com.
To post to this group, send email to rsgislib-support@googlegroups.com.
Hi Theo,Normal users don’t have permission to write to /usr/local, you will need to run with root privileges using sudo, for example:sudo ln $PWD/sixsV1.1 /usr/local/bin/sixsI’m assuming you have sudo on your machine if not you can just add where ever it is to PATH.For ARCSI and all the dependencies (including 6S) we normally advise installing through conda as we make binaries available, see https://spectraldifferences.wordpress.com/software/We haven’t made a new environment for the latest release yet so for now you will need to use the development build for now:conda create --name arcsidev python=3.5
source activate arcsidev
conda install -c conda-forge -c au-eoed arcsiThanks,Dan
On 18 Jan 2017, at 01:46, Theo Awo <philu...@gmail.com> wrote:
Hi All,I was trying to install 6S in ubuntu (following instructions from http://py6s.readthedocs.io/en/latest/installation.html). Now I'm having trouble using 'ln sixsV1.1 /usr/local/bin/sixs' to 'Link 6S to a location on my PATH' .This is needed to place the 'executable, sixsV1.1, somewhere where Py6S can find it'I'm getting this error:ci@ubuntu:~/canopy/6SV-1.1/6SV1.1$ ln sixsV1.1 /usr/local/bin/sixsln: failed to create hard link '/usr/local/bin/sixs': Read-only file systemAs a newbie, I'm not sure if this is just a mistake on my part or it isn't possible. Help on exploring the other two alternative to achieve my aim of will be appreciated too.Theo.
--
You received this message because you are subscribed to the Google Groups "RSGISLib Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rsgislib-support+unsubscribe@googlegroups.com.
To post to this group, send email to rsgislib-support@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rsgislib-suppo...@googlegroups.com.
To post to this group, send email to rsgislib...@googlegroups.com.
Visit this group at https://groups.google.com/group/rsgislib-support.
For more options, visit https://groups.google.com/d/optout.