xonsh/xontrib-vox

vox doesn't expand ~ for $VIRTUALENV_HOME

Ouverte

#2 ouverte le 21 déc. 2021

 (3 commentaires) (0 réaction) (0 personne assignée)Python (6 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (29 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur