envs_manager#

Tools for managing conda environments.

Functions#

get_user_environments_txt_file([userhome])

register_env(location)

unregister_env(location)

list_all_known_prefixes()

query_all_prefixes(spec)

_clean_environments_txt(environments_txt_file[, ...])

_rewrite_environments_txt(environments_txt_file, prefixes)

get_user_environments_txt_file(userhome='~')#
register_env(location)#
unregister_env(location)#
list_all_known_prefixes()#
query_all_prefixes(spec)#
_clean_environments_txt(environments_txt_file, remove_location=None)#
_rewrite_environments_txt(environments_txt_file, prefixes)#