Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 828999 | Differences between
and this patch

Collapse All | Expand All

(-)a/build/mach_initialize.py (-1 / +1 lines)
Lines 207-213 def _activate_python_environment(topsrcdir): Link Here
207
            else "MACH_USE_SYSTEM_PYTHON"
207
            else "MACH_USE_SYSTEM_PYTHON"
208
        )
208
        )
209
209
210
        has_pip = (
210
        has_pip = False and (
211
            subprocess.run(
211
            subprocess.run(
212
                [sys.executable, "-c", "import pip"], stderr=subprocess.DEVNULL
212
                [sys.executable, "-c", "import pip"], stderr=subprocess.DEVNULL
213
            ).returncode
213
            ).returncode

Return to bug 828999