xonsh/xontrib-vox

vox doesn't expand ~ for $VIRTUALENV_HOME

Open

#2 opened on 2021年12月21日

GitHub で見る
 (3 comments) (0 reactions) (0 assignees)Python (6 forks)github user discovery
good first issue

Repository metrics

Stars
 (29 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

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.

コントリビューターガイド