PTVS
PTVS copied to clipboard
Problem creates "Search Path" inside Python Project
This issue has been moved from a ticket on Developer Community.
[severity:It bothers me. A fix would be nice]
Look at scr.shot. Path creates as relative from ProjDir. \.virtualenvs is %userprofile%\.virtualenvs ProjDir is %userprofile%\source\repos\MyProj
- i create shortcut (on Desktop) to MyProj
- i create symlink (on Desktop) to MyProj
If i open MyProj folder with shortcut - "Search path" work (if relative path looks like on scr.shot). If i open MyProj folder with symlink - "Search path" not work (if relative path looks like on scr.shot).
Why it happen? Because:
- shortcut is %userprofile%\source\repos\MyProj
- symlink is %userprofile%\Desktop\MyProj
I think create "Search path" as relative is not good idea.
PS Interesting. How VS create relative "Search path" if \.virtualenvs place on another disk? ;)
Original Comments
Feedback Bot on 4/24/2024, 07:18 PM:
(private comment, text removed)
Feedback Bot on 4/24/2024, 07:18 PM:
(private comment, text removed)
Original Solutions
(no solutions)