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 1a7c9d8 commit a1d8dffCopy full SHA for a1d8dff
Doc/using/cmdline.rst
@@ -528,8 +528,10 @@ Miscellaneous options
528
529
@py -x "%~f0" %* & exit /b
530
531
- Or, to specify the path to the Python interpreter explicitly::
+ Or, to specify the path to the Python interpreter explicitly:
532
533
+ .. code-block:: batch
534
+
535
@"C:\Path\to\python.exe" -x "%~f0" %* & exit /b
536
537
Unlike a shebang line which is a Python comment, this line is not valid
0 commit comments