conda_xdgpatch
conda_xdgpatch.__init__.
Package Contents
Functions
|
Use env-var CONDA_CACHE_DIR if set, |
|
Monkeypatch the original function. |
|
Unpatch the original function. |
Attributes
- conda_xdgpatch.__version__ = '0.3dev'
- conda_xdgpatch.__copyright__ = 'Copyright 2023 Libranet - All rights reserved.'
- conda_xdgpatch.pre_patched_value
- conda_xdgpatch.get_user_environments_txt_file(userhome='~')
Use env-var CONDA_CACHE_DIR if set, Otherwise use ~/.cache/conda/environments.txt instead of ~/.conda/environments.txt
/opt/conda/etc/environments.txt
- Parameters:
userhome (str) –
- Return type:
str
- conda_xdgpatch.patch()
Monkeypatch the original function.
- Return type:
None
- conda_xdgpatch.unpatch()
Unpatch the original function.
- Return type:
None