This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Alexandros Karypidis
Recipients Alexandros Karypidis, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-12-08.18:49:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575830985.39.0.422306881144.issue38999@roundup.psfhosted.org>
In-reply-to
Content
Forgot the simple script:

#!/usr/bin/env python3

import os, sys, platform

print('EXECUTABLE: ' + sys.executable)
print('PREFIX: ' + sys.prefix)
print('BASE PREFIX: ' + sys.base_prefix)
History
Date User Action Args
2019-12-08 18:49:45Alexandros Karypidissetrecipients: + Alexandros Karypidis, paul.moore, tim.golden, zach.ware, steve.dower
2019-12-08 18:49:45Alexandros Karypidissetmessageid: <1575830985.39.0.422306881144.issue38999@roundup.psfhosted.org>
2019-12-08 18:49:45Alexandros Karypidislinkissue38999 messages
2019-12-08 18:49:45Alexandros Karypidiscreate