-
Notifications
You must be signed in to change notification settings - Fork 126
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
Implement Window 10 symlinks #109
Comments
Please assign it to me |
Please take a look at the existing but stale PR #6 which already uses the |
I see, thanks. |
you can use this single issue to track the feature addition and use |
What do you expect to change in |
helper.py:
|
That makes sense to also affect the symlinks created by the tool. You should make sure that the logic doesn't rely on a specific locale but works for all users. |
I don't like that |
@dirk-thomas, 1. No 2. I wonder is it intended behavior?
|
Atm we can't use I am not sure if I understand your question but once that option can be used on Windows the intended behavior is obviously not a failure but that is performs the build and install using symlinks rather then copying files (as it already is on Linux and MacOS). |
@serge-nikulin As we don't see a way to achieve |
@mikaelarguedas yes, you can close it. I stuck with a Python3 bug (what I perceive as a bug) in Windows specific code. If they fix it I might take another attempt at this one. |
Sad this isn't working. I am having to run in Administor mode anyway, as suggested by the Windows Development Setup tutorial.
Is it possible to implement this anyway and assume administrator mode? |
@calvertdw , I believe it's a Python's bug. It does not implement a correct symlink command for Windows 10. In the Win10 command line, |
Is there a ticket with them for the issue? |
Implement symlinks via built-in
mklink
console command that apparently has minimum restrictions.The text was updated successfully, but these errors were encountered: