Closed
Description
Positron Version: 2024.05.0 (Universal) build 1160
Code - OSS Version: 1.89.0
Commit: 5024068
Date: 2024-05-08T03:21:09.376Z
Electron: 28.2.8
Chromium: 120.0.6099.291
Node.js: 18.18.2
V8: 12.0.267.19-electron.0
OS: Darwin arm64 23.4.0
Steps to reproduce the issue:
- Install the
uv
tool - Create a new project/folder and navigate to it.
$ uv venv
to create a new virtual environment.- This will prompt Positron to ask you to use the
.venv
as the default for the workspace. Select yes which will also attempt to installipykernel
and select Yes. - Because
uv
doesn't includepip
in the.venv
, thepip install ipykernel
will fail as it needs to beuv pip install ipykernel instead
What did you expect to happen?
It would be nice if Positron could work with uv
to install packages.
Activity