-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing --symlinks #2831
Comments
Do you know why this is necessary for your use-case? |
I'm using it to be able to debugg a c++ extension that starts from python. (I'm running the debugging in visual studio) |
For my current potential Given #1795 though, I think I'll back off from trying to replace |
@charliermarsh I replied over there, but I'm pretty sure |
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 thevenv
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..)The text was updated successfully, but these errors were encountered: