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
I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
This improvement refers to an existing feature. If you want to suggest a new feature, please use this template.
This improvement is not a bug. If you want to report a bug, please use this template.
Describe the improvement
Would there be a way to choose what python install you want to use for pip (or have it based on the PATH).
Describe how this improvement could help users
I am using pyenv to manage python versions, and so ideally would want UniGetUI to pull from the global python version set by pyenv and not the windows store python set by the App execution alias. Thanks for your consideration!
The text was updated successfully, but these errors were encountered:
I would see an implementation for this in one of three ways:
Each Python installation is it's own source, much like vcpkg handles seperate triplets (which would also need the custom input thing like vcpkg, with a default version in the meantime). I think this is the best option for the current Pip manager, unless you would like [FEATURE REQUEST] Custom mirror sources for pip and npm repositories #1215.
Elsewise, it could just be an option in the package manager settings to pick the version you want to use, however that's only a great option for people who have auxiliary versions and don't use all their versions (which, admittedly, is rare).
As a side note - is it possible to change the source of a package imported from a bundle? If not, perhaps that might be a feature to add to allow vcpkg (and Pip, as proposed here) packages to be correctly installed to the system.
As a side note - is it possible to change the source of a package imported from a bundle? If not, perhaps that might be a feature to add to allow vcpkg (and Pip, as proposed here) packages to be correctly installed to the system.
No (at least currently), because same packages are not necessarily expected to be available from different sources...
Perhaps I could introduce some "Destination/PackageType" setting, that properly handles where a package is installed (python install/triplet) rather than the source (from where the package is pulled.)
Please confirm these before moving forward.
Describe the improvement
Would there be a way to choose what python install you want to use for pip (or have it based on the PATH).
Describe how this improvement could help users
I am using pyenv to manage python versions, and so ideally would want UniGetUI to pull from the global python version set by pyenv and not the windows store python set by the App execution alias. Thanks for your consideration!
The text was updated successfully, but these errors were encountered: