robintw / Py6S

A Python interface to the 6S Radiative Transfer Model
GNU Lesser General Public License v3.0
186 stars 105 forks source link

the environment variable needs to be set on linux system #68

Closed lwk1542 closed 4 years ago

lwk1542 commented 4 years ago

After Compiling the 6S source code, 'sixsV1.1' needs to be add in linux environment variable.

open profile: sudo vi /etc/profile add one line at the end of the file: export PATH=$PATH:/home/'xxx'/build/6SV1.1 notice: 'xxx' is your username

robintw commented 4 years ago

Thanks. This is actually already included in the documentation - see https://py6s.readthedocs.io/en/latest/installation.html#using-6s.