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
Setting $VIRTUALENV_HOME to ~/.local/envs causes environments to be created in ~/\~/.local/envs (e.g. /Users/username/~/.local/envs). It would be nice if one didn't have to call os.expanduser when setting the environment variable.
The text was updated successfully, but these errors were encountered:
Hi @anki-code! This does look like a very similar issue (something like expand_path(XSH.env["VIRTUALENV_HOME"]) would probably fix it), but I'm not familiar with Python virtual environments, so it would be nice if someone experienced with virtual environments could fix this and test it out.
Setting
$VIRTUALENV_HOME
to~/.local/envs
causes environments to be created in~/\~/.local/envs
(e.g./Users/username/~/.local/envs
). It would be nice if one didn't have to callos.expanduser
when setting the environment variable.The text was updated successfully, but these errors were encountered: