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.1.tar.gz
(3.9 kB
view hashes)
Built Distribution
Close
Hashes for conda_xdgpatch-0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88dde5c6c2ef267e802271452f6119512a52ef236ddbaff5ad96c8b8f7d9cab2 |
|
MD5 | 48d58b5b702a66d65c09b0d70c64e92a |
|
BLAKE2b-256 | 5daf26c595a49a55d12d30c9159eebb8683e2f175f4167e484a56a52a82d1bb2 |