We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd2e22 commit eee2ecdCopy full SHA for eee2ecd
lib/find-python-script.py
@@ -1,7 +1,7 @@
1
-import sys;
+import sys
2
3
if (sys.stdout.encoding != "utf-8" and sys.platform == "win32"):
4
sys.stdout.reconfigure(encoding='utf-8')
5
print(sys.executable)
6
else:
7
- print(sys.executable)
+ print(sys.executable)
0 commit comments