mirror of
https://github.com/koush/scrypted.git
synced 2026-06-20 16:40:30 +01:00
server: print python interpreter path (#1484)
This commit is contained in:
@@ -557,6 +557,7 @@ class PluginRemote:
|
||||
python_version = 'python%s' % str(
|
||||
sys.version_info[0])+"."+str(sys.version_info[1])
|
||||
print('python version:', python_version)
|
||||
print('interpreter:', sys.executable)
|
||||
|
||||
python_versioned_directory = '%s-%s-%s' % (
|
||||
python_version, platform.system(), platform.machine())
|
||||
|
||||
Reference in New Issue
Block a user