You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One question, as my web searches haven't found anything -- what's the recommended install location for local tools like this on windows? (On *nix, I'd put it in ~/.local/bin/.)
Or maybe the question should be: what's the common install location for rust tools on windows? I see the topic described for rust developers, but not for rust tool users.
The text was updated successfully, but these errors were encountered:
hwine
changed the title
Where should pre-build py.exe be installed?
Where should pre-built py.exe be installed?
Jun 12, 2022
Actually, there is nothing like ~/.local/bin on Windows. You can either stick to $HOME\.cargo\bin as mentioned above, or create any directory anywhere you want. Just don't drop untrusted binaries into C:\Windows\System32.
Thanks for the pre-built version!
One question, as my web searches haven't found anything -- what's the recommended install location for local tools like this on windows? (On *nix, I'd put it in
~/.local/bin/
.)Or maybe the question should be: what's the common install location for rust tools on windows? I see the topic described for rust developers, but not for rust tool users.
The text was updated successfully, but these errors were encountered: