wenv
develop
  • Introduction
  • Installation
  • Examples
  • Configuration
  • Usage
  • API: class Env
  • Security
  • Bugs
  • FAQ
wenv
  • Docs »
  • User’s guide
  • Edit on GitHub

wenv

Running Python on Wine.

User’s guide¶

wenv is a Python package (currently in development status 4/beta). It allows to run Python on top of Wine on Linux, MacOS or BSD. It handles required plumbing related to making Python and a number of Python modules work on Wine. wenv creates isolated virtual environments which can be transparently used from a Unix command line and which seamlessly integrate into Unix Python virtual environments.

  • Introduction
    • Synopsis
    • Motivation
    • Implementation
    • Use cases
  • Installation
    • Getting Wine
    • Getting wenv
    • Possible problem: OSError: [WinError 6] Invalid handle
    • Installing wenv in development mode
  • Examples
  • Configuration
    • Configuration files
    • Configuration environment variables
    • Configurable parameters
  • Usage
    • Command: wenv init
    • Command: wenv clean
    • Command: wenv help
    • Command: wenv python
    • Command: wenv pip
    • Command: wenv init_coverage
  • API: class Env
    • Constructor: Env(**kwargs)
    • Method: ensure()
    • Method: wine_47766_workaround()
    • Method: setup_wineprefix(overwrite = False)
    • Method: setup_pythonprefix(overwrite = False)
    • Method: setup_pip()
    • Method: install_package(name, update = False)
    • Method: uninstall_package(name)
    • Method: list_packages()
    • Method: shebang()
    • Method: cli()
    • Method: uninstall()
    • Method: setup_coverage_activate()
  • Security
  • Bugs
    • How to bisect issues
  • FAQ
    • Why?
    • What are actual use cases for this project?
    • How does it work?
    • Is it secure?

Interested in contributing?

Indices and tables¶

  • Index
  • Search Page
Next

© Copyright 2017-2019 Sebastian M. Ernst Revision 5a95fd00.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: develop
Versions
latest
stable
develop
Downloads
pdf
html
epub
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.