phylum-dev / cli

Command line interface for the Phylum API
https://phylum.io
GNU General Public License v3.0
101 stars 10 forks source link

Fix sandbox exceptions for local pip installs #1351

Closed cd-work closed 6 months ago

cd-work commented 6 months ago

This fixes lockfile generation with pip when it is installed in ~/.local/lib/python*/site-packages/pip.

It also fixes an issue where pyenv installed through the package manager wouldn't allow for lockfile generation.

Closes #1349.