Debian/Ubuntu pip default install to $HOME/.local

After pip 8.1.1-2 on Debian or Ubuntu you can pip install package without root user, which default to install to user home $HOME/.local.

The patch add logic that install user home while you not running virtualenv or root user, and it add a argument --system to overrides --user.

Debian patch

Github issue

Related Posts

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注