Patch for conda to use XDG-locations.
Project description
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
conda-xdgpatch
works on Python 3.8+, including PyPy3. Tested until Python 3.11,
Notable dependencies
Project details
Release history Release notifications | RSS feed
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)
Built Distribution
Close
Hashes for conda_xdgpatch-0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 35683754a9261277df287dc2cc19d0691507bf6c65e5aff1b6571d3b69d9ad30 |
|
MD5 | 09e0105e9c2d7d9e20241e03775e0a91 |
|
BLAKE2b-256 | d11b8cc5ad3d66d889d91ed6b577b4ec668c4433d42883043a995e298e02fd6d |