uv icon indicating copy to clipboard operation
uv copied to clipboard

missing --symlinks

Open axelande opened this issue 10 months ago • 5 comments

I'm trying to debug some native c++ that is a part of my python project with Visual Studio. To get this working with a "pip generated" venv (after ~python 3.10) you need to add --symlinks when you create the the venv on a Windows machine. Do you think that it would be possible to add this option to uv as well? (So that the files gets created as symlinks instead as of copies..)

axelande avatar Apr 05 '24 12:04 axelande