Lines Matching refs:fputws
1547 fputws(L"\
1553 fputws(L"\
1560 fputws(L"\n-0 --list : List the available pythons", stdout);
1561 fputws(L"\n-0p --list-paths : List with paths", stdout);
1562 fputws(L"\n\n If no script is specified the specified interpreter is opened.", stdout);
1563 fputws(L"\nIf an exact version is not given, using the latest version can be overridden by", stdout);
1564 fputws(L"\nany of the following, (in priority order):", stdout);
1565 fputws(L"\n An active virtual environment", stdout);
1566 fputws(L"\n A shebang line in the script (if present)", stdout);
1567 fputws(L"\n With -2 or -3 flag a matching PY_PYTHON2 or PY_PYTHON3 Environment variable", stdout);
1568 fputws(L"\n A PY_PYTHON Environment variable", stdout);
1569 fputws(L"\n From [defaults] in py.ini in your %LOCALAPPDATA%\\py.ini", stdout);
1570 fputws(L"\n From [defaults] in py.ini beside py.exe (use `where py` to locate)", stdout);
1571 fputws(L"\n\nThe following help text is from Python:\n\n", stdout);