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 eee2ecd commit bb10740Copy full SHA for bb10740
lib/find-python-script.py
@@ -1,7 +1,4 @@
1
import sys
2
-
3
-if (sys.stdout.encoding != "utf-8" and sys.platform == "win32"):
+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)
0 commit comments