🪴 Nebari - your open source data science platform
BSD 3-Clause "New" or "Revised" License
283
stars
93
forks
source link
[ENH] - Have conda store environments in user namespace not show up with username prefix #2860
Open
Adam-D-Lewis opened 1 week ago
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