Skip to content
This repository was archived by the owner on Jun 1, 2024. It is now read-only.
This repository was archived by the owner on Jun 1, 2024. It is now read-only.

Don't install pip as root. #247

@markrwilliams

Description

@markrwilliams

braid.pip.install installs pip and some dependencies, including setuptools, into the system's site packages directory. This is fraught with peril because the newly installed setuptools might conflict with the system's setuptools in disastrous ways.

It would be better to install pip and virtualenv into each user's site packages directory. This contains the potential damage and makes recovering from a bad installation is as easy as deleting files from ~/.local.

Once installed, these tools can be used to bootstrap virtual environments through the existing code in braid.venv.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions