Skip to content

uv pip list shows system python packages instead of .venv python packages #15604

@taoari

Description

@taoari

Summary

uv pip list shows the wrong (system python) environment:

> uv pip list
Using Python 3.11.5 environment at: D:\scoop\apps\anaconda3\current\App
Package                       Version
----------------------------- ---------------
aiobotocore                   2.5.0

The following one should be the correct one:

> .venv\Scripts\python -m pip list
Package                      Version   Editable project location
---------------------------- --------- ------------------------------------------------------
annotated-types              0.7.0

Platform

windows

Version

uv 0.8.14 (af856fb 2025-08-28)

Python version

Python 3.12.11

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions