You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently a limitation of conda, since conda doesn't have namespaces and not including the username means that you can have name clashes with other peoples environments since all the environments are on a shared drive. This used to happen and whoever created the environment (say data-science) last would have precedence
There is probably a way to build a workaround. Maybe using the custom env-dirs based on the username. This might also require changes in conda-store. This probably intersects with how conda-store should name envs and namespaces for the standalone use case as well. cc: @soapy1
Feature description
conda env list
results in something like the followingI'd prefer the env names in the user namespace not have a username prefix.
I could foresee a few issues.
How to implement
I'm not sure how best to implement this. It doesn't seem straight forward. Maybe symlinks have a role here?
Value and/or benefit
Better UX for user environments
Anything else?
No response
The text was updated successfully, but these errors were encountered: