xonsh/xontrib-vox

vox doesn't expand ~ for $VIRTUALENV_HOME

Open

#2 创建于 2021年12月21日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)Python (6 fork)github user discovery
good first issue

仓库指标

Star
 (29 star)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南