On Friday, September 24, 2021 at 3:02:30 PM UTC-4 Evan Kimberly wrote:

> I actually wasn't sure, haha. I am currently working out of the shell 
> built into the GUI of TrueNAS. I just checked using 'ps -p$$ -ocommand=' 
> and it came back as csh.
>

csh *definitely* has a different syntax than ksh or bash.  for csh, you 
must do this:

env PYTHONPATH=/home/weewx/bin /usr/local/bin/python3 -m user.gw1000 
--test-driver

or use s subshell:

(setenv PYTHONPATH /home/weewx/bin; /usr/local/bin/python3 -m user.gw1000 
--test-driver)

welcome to shell hell (or command-line freedom :)
 

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-user/3265fda9-5946-4934-bec0-69cd5ef26e18n%40googlegroups.com.

Reply via email to