Brandon White
Brandon White
In the interim, I have found the following workaround gets the job done: ``` pyenv install 3.7:latest ln -rs ~/.pyenv/versions/3.7.12 ~/.pyenv/versions/3.7 pyenv local 3.7 python --version --> Python 3.7.12 ```
I created a plugin to do this automatically: https://github.com/upside-services/pyenv-alias-latest-patch-version
Ditto here. ko.isComputed is incorrectly returning false for me, even after the call to ko.mapping.fromJS returns. The issue for me seems to not be restricted to just within create callbacks....
> ...which means that we are able to use it for version selection, but only if only one version qualifies. If more qualify, we need some kind of additional information...
There's a more general use-case here that would be very useful to me, where setup-poetry could install a list of global/system tools via pipx, such as: Poetry, Tox, PDM, Invoke,...
Here is an action I've published to fill this need: https://github.com/BrandonLWhite/pipx-install-action I do envision that one day this functionality is incorporated directly in actions/setup-python, but until then, please try out...
This PR needs to be tested on a Mac. @migueldeicaza has indicated to me that it may potentially break the build on Mac.
The above recommended workaround fixed the directory execute permissions for me, but it broke execute permissions I was adding to some other files (bash/script files that are packaged in the...
I will see if I can reproduce and determine what is going wrong.
I've reproduced the issue, identified the root cause, and implemented a fix. I am still working on a suitable test however. Once I have that complete I'll open a PR.