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.orgLicense: LGPL
Location: /usr/lib/python3.6/site-packages
Requires: ephem
Required-by:
['', '/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