Daniel Perez

Results 136 comments of Daniel Perez

Thanks for the comments. Definitely happy to do that! I'll check out what the steps to do that are.

Hi! I feel like this is slightly hacky for no good reason. I think that simply prepending the command by `env -u ASDF_PYTHON_PATCHES_DIRECTORY` should do the job. Or am I...

Hi, thanks for reporting this. I personally do not use anaconda so I was not aware of this issue but I of course would like to see this fixed. At...

Before we start discussing the issue in the main repo, I would like just a bit more context. Are the shims breaking anaconda installed by other python packages or by...

@AlJohri Thanks a lot for the additional details. In the meanwhile, I suggest you add anaconda as your other python version, it should already be better than having to delete...

I never had this issue so I'm not really sure how to go with this. What should be done on asdf-python side to fix this?

Hi, sorry for the delay. Please let me know how to reproduce the issue and I will look into it. I also use Arch.

This is the intended behavior, as I am not a big fan of doing things under the hood. Automatic reshim has caused quite a few issues with npm global installs...

I know that other tools (e.g. gem for Ruby or npm for Node) offer post-installation hooks, which avoids the need for a wrapper. Do you have any idea if such...

This is actually quite similar to what pyenv is doing, for example: https://github.com/pyenv/pyenv/blob/d08c9cfb362c5a7e18a92acd2253a16935ad9a99/pyenv.d/exec/pip-rehash/pip I personally do not mind about manually running reshim but is someone wants to send a PR...