7 lines
217 B
Bash
Executable File
7 lines
217 B
Bash
Executable File
curl -o ./pythonInstaller.exe https://www.python.org/ftp/python/3.11.3/python-3.11.3-amd64.exe
|
|
|
|
wine pythonInstaller.exe
|
|
|
|
wine python -m pip install pyinstaller
|
|
|
|
printf '\n\n==> Done installing python for windows\n\n' |