conda_xdgpatch

conda_xdgpatch.__init__.

Package Contents

Functions

get_user_environments_txt_file([userhome])

Use env-var CONDA_CACHE_DIR if set,

patch()

Monkeypatch the original function.

unpatch()

Unpatch the original function.

Attributes

__version__

__copyright__

pre_patched_value

conda_xdgpatch.__version__ = '0.3dev'
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