У меня CygWin с обоими Python 2 & 3. Когда я запускаю py
, я получаю;
> py
launcher build: 32bit
launcher executable: Console
File 'C:\Users\user\AppData\Local\py.ini' non-existent
File 'C:\WINDOWS\py.ini' non-existent
Called with command line:
locating Pythons in 64bit registry
HKCU\SOFTWARE\Python\PythonCore\2.7\InstallPath: The system cannot find the file specified.
HKLM\SOFTWARE\Python\PythonCore\3.4\InstallPath: The system cannot find the file specified.
locating Pythons in native registry
HKCU\SOFTWARE\Python\PythonCore\2.7\InstallPath: The system cannot find the file specified.
locate_pythons_for_key: unable to open PythonCore key in HKLM
found no configured value for 'python'
search for default Python found no interpreter
Can't find a default Python.
Если бы я создал py.ini
, что бы я вставил в него? PEP 397 довольно неопределенно в этом вопросе.
Кроме того, пусковая установка Windows Python, похоже, не реагирует должным образом на py -h
или py --help
. Есть ли описание аргументов командной строки для него?
Я могу запустить CygWin python
и python3
из командной строки Powershell, поэтому пути кажутся правильными.
PS C:\Users\user> which python
/usr/bin/python
PS C:\Users\user> which python3.8
/usr/bin/python3.8
Другие идеи ? Возможно, я мог бы установить CygWin py
, который заменит Windows 'и будет вести себя разумно?