5 lines
141 B
Bash
5 lines
141 B
Bash
curl -o ./pythonInstaller.exe https://www.python.org/ftp/python/3.10.11/python-3.10.11-amd64.exe
|
|
|
|
wine pythonInstaller.exe
|
|
|
|
currentPath = pwd |