griels / lib_bash_wine

Scripts to Install Wine, Python on wine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install wine / python on wine

license maintenance Build Status

  • Scripts to install wine on linux
  • Scripts to install 32/64 Bit Wine Machine
  • Scripts to install python on 32/64 Bit Wine Machine
  • Scripts to install Git on 32/64 Bit Wine Machine
  • Scripts to install Powershell Core on 32/64 Bit Wine Machine

Tested under Linux xenial, bionic, disco, automatic daily builds and monitoring



Installation and Prerequisites

Prerequisites:
  • Ubuntu xenial, bionic, disco or newer
  • xvfb Service installed and running for headless machines

Install WINE

Set up Wine Machine

you can set up as many Wine Machines as You want, with different settings, by selecting different WINEPREFIX

The WINEPREFIX is the path to the Wine machine, defaults to /home/<user>/.wine

Install latest Python 3.7 on WINE

you should install a 32 Bit Python on a 32 Bit Wine Machine, and 64 Bit Python on a 64 Bit Wine Machine. Other combinations will probably not work. The path setting in the registry of the wine machine will be adapted to point to the python 3.7 directories You CAN install different Python Versions on the same WINE Machine, although the paths will point to the version installed at last.

Install GIT on WINE

Install Powershell Core on WINE

Running Commands on Wine

Acknowledgements

  • special thanks to "uncle bob" Robert C. Martin, especially for his books on "clean code" and "clean architecture"

Contribute

I would love for you to fork and send me pull request for this project. - please Contribute

License

This software is licensed under the MIT license

About

Scripts to Install Wine, Python on wine


Languages

Language:Shell 94.9%Language:Python 5.1%