Skip to main content

Patch for conda to use XDG-locations.

Project description

Testing Read the Docs PyPi Package MIT License

Installation

On your base conda-installation, install via pip:

> cd /opt/tools/conda
> bin/pip install conda-xdgpatch

Usage

Just use conda to create conda-environments.

Registered sitecustomize-entrypoint

The conda_xdgpatch.patch-function is registered as a sitecustomize-entrypoint in our pyproject.toml_:

    [tool.poetry.plugins]
    [tool.poetry.plugins."sitecustomize"]
    conda_xdgpatch = "conda_xdgpatch:patch"

Sitecustomize and all its registered entrypoints will be executed at the start of every python-process. For more information, please see sitecustomize-entrypoints

Compatibility

Python Version PyPI - Implementation

conda-xdgpatch works on Python 3.8+, including PyPy3. Tested until Python 3.11,

Notable dependencies

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conda_xdgpatch-0.2.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

conda_xdgpatch-0.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page