Homec4science

temporary fix for https://github.com/pypa/pip/issues/7953

Authored by frerot on May 23 2022, 14:33.

Description

temporary fix for https://github.com/pypa/pip/issues/7953

When pyproject.toml is present, setup.py develop tries a test install with a
default prefix w/o write permission, even though --user is passed. To fix this,
I've replaced --user with --prefix=$HOME/.local

Details

Committed
frerotMay 23 2022, 14:33
Pushed
frerotMay 23 2022, 14:36
Parents
rTAMAAS3c1f495bddb8: converted setup.py.in to setup.cfg.in
Branches
Unknown
Tags
Unknown