xonsh/xontrib-vox

vox doesn't expand ~ for $VIRTUALENV_HOME

Open

#2 aberto em 21 de dez. de 2021

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)Python (6 forks)github user discovery
good first issue

Métricas do repositório

Stars
 (29 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador