Kiran Kumar Kotari

Results 92 comments of Kiran Kumar Kotari

Testing following [solution](https://stackoverflow.com/questions/31779952/vbscript-can-create-text-file-but-cant-delete-file-permission-denied) Let me keep posted if this works. You can test by checking out following branch [ delete_permissions](https://github.com/pyenv-win/pyenv-win/tree/delete_permissions) command: ` git checkout --track origin/delete_permissions`

> Testing following [solution](https://stackoverflow.com/questions/31779952/vbscript-can-create-text-file-but-cant-delete-file-permission-denied) > > Let me keep posted if this works. You can test by checking out following branch [ delete_permissions](https://github.com/pyenv-win/pyenv-win/tree/delete_permissions) > > command: ` git checkout --track...

@AndreasLuckert I am working on it, updating to @rengler33 proposed logic when the tests pass the PR #261 will be merged to master.

can you try `pyenv install 3.8.9 -r` if it works please let us know

If it's not too much to ask can you take the latest version from git i.e. **pyenv-win 3.0** and check. I am not expecting following issue. ``` PS C:\Users\andreas.luckert> pyenv...

> pyenv global 3.10.5 > > `\pyenv-win\libexec\pyenv.vbs(350, 13) Microsoft VBScript runtime error: Permission denied` OMG this is still exist? here are the steps for troubleshooting: 1. Are you under same...

You meant this PR is good and working, or not working? Its in testing phase, please let us know your feedbacks and share more info how to test. That will...

@RickEyre @papercuptech @KyoukanGG is the bug still exist?

It's good to see `py`, but it deviated the original plan of bringing to native installation to windows. In your case I need to install rustup then only I can...

> > In your case I need to install rustup then only I can use this lib. is that correct? > > The build process depends on rust compiler, that's...