Hello!

Thanx for your hints.

I installed weewx with downloading the rpm and
do it with rpm --install.

Here are the requested results:

pip show pyephem
Name: pyephem
Version: 3.7.7.0
Summary: Empty package that depends on "ephem"
Home-page: http://rhodesmill.org/pyephem/
Author: Brandon Rhodes
Author-email: brandon rhodesmill.org
License: LGPL
Location: /usr/lib/python3.6/site-packages
Requires: ephem
Required-by: 

python -c "import sys; print(sys.path)"
['', '/usr/lib/python27.zip', '/usr/lib64/python2.7', 
'/usr/lib64/python2.7/plat-linux2', '/usr/lib64/python2.7/lib-tk', 
'/usr/lib64/python2.7/lib-old', '/usr/lib64/python2.7/lib-dynload', 
'/usr/lib64/python2.7/site-packages', 
'/usr/lib64/python2.7/site-packages/PIL', 
'/usr/local/lib64/python2.7/site-packages', 
'/usr/local/lib/python2.7/site-packages', 
'/usr/lib64/python2.7/site-packages/gtk-2.0', 
'/usr/lib/python2.7/site-packages']

head /usr/bin/weewxd
#!/usr/bin/env python
#
#    Copyright (c) 2009-2015 Tom Keffer <tkeffer gmail.com>
#
#    See the file LICENSE.txt for your rights.
#
"""Entry point to the weewx weather system."""
import sys
from optparse import OptionParser

So will it be enough to change the first line of weewxd to
#!/usr/bin/env python3.6

This is installed too on my computer.

Regards, Astrid

-- 
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/ad74bd50-e53f-4c1f-a376-635de0a248b1%40googlegroups.com.

Reply via email to