Replies: 1 comment
-
Adding the user-specific scripts directory would only be possible for single-user systems. If you have multiple users installed, only the current user would have their user-specific directory in their PATH. With that said, I would not mind a parameter being added to add it on the user path. If you are willing to create a PR to add a parameter to the package to get this added, I can then make an issue that the PR can be targeted against (we don't accept PR targeting discussions). Let me know if you want to create a PR for it (or if someone else is willing to do the work). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When installing packages without python installed with
/NoLockdown
you will get:When you will try to install them with
--user
option you will get:So maybe python3 package can add 'C:\Users<user>\AppData\Roaming\Python\Python\Scripts' to path automatically?
Winget package for example installs python in user mode and python installer will do this automatically, but in choco python is installed in system mode so python installer adds only
C:\Python<version>\Scripts\
to pathBeta Was this translation helpful? Give feedback.
All reactions