Search found 2 matches

by icarroll
Tue Feb 07, 2023 2:59 pm America/New_York
Forum: Questions/Comments
Question: Configure Python interpreter used by SeaDAS
Replies: 5

Re: Configure Python interpreter used by SeaDAS

The $PATH set by the Python virtual environment does not appear to affect SeaDAS. After the following, the "Python3 Directory" has not changed from what I posted above. ``` (venv-py3.10) $ which python /path/to/venv-py3.10/bin/python (venv-py3.10) $ which python3 /path/to/venv-py3.10/bin/p...
by icarroll
Mon Feb 06, 2023 3:24 pm America/New_York
Forum: Questions/Comments
Question: Configure Python interpreter used by SeaDAS
Replies: 5

Configure Python interpreter used by SeaDAS

How do I configure SeaDAS to use a particular Python interpreter? Currently the "SeaDAS-Toolbox" > "Software & System Info..." window shows: ``` ----------------------------------------------------------- Main Application Platform: --------------------------------------------...