Date: Wed, 12 Jun 2019 06:37:34 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 238487] deskutils/conkyemail: Calls /usr/bin/env python at runtime Message-ID: <bug-238487-21822-95rVHSukg3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-238487-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-238487-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D238487 --- Comment #2 from Katsuyuki Miyoshi <katsu@miyoshi.matsuyama.ehime.jp> --- (In reply to Kubilay Kocak from comment #1) Yes, Please implement more appropriate method. But more specifically, conkyEmail(the original of conkyemail_2.07.tar.gz) i= s as follows. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D % cat src/conkyEmail #! /bin/sh cd /usr/share/conkyemail/ $PYTHONPATH /usr/bin/python /usr/share/conkyemail/conkyEmail.py "$@" =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D This is not python shebang. Are there other ports that handle this case wel= l? (By the way, it is a known original bug that $PYTHONPATH is here.) Thanks. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-238487-21822-95rVHSukg3>