Error with brew install pyenv
#3631
-
|
I'm using homebrew on WSL. I can python3 is pointing to the homebrew version. I really have no idea what's going on here, so any help is most welcome please. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
|
What's the output of: ? |
Beta Was this translation helpful? Give feedback.
-
|
Could be some symlink behavior on WSL (either system limitation or maybe the initial Git that was used to install Homebrew), but personally not familiar and don't have a setup to test out. Could also check if git repo has If this is due to symlink behavior, it may be possible to force Someone who is using WSL might be able to comment better on this possibility. Maybe also try manually recreating repo: |
Beta Was this translation helpful? Give feedback.
Could be some symlink behavior on WSL (either system limitation or maybe the initial Git that was used to install Homebrew), but personally not familiar and don't have a setup to test out.
Could also check if git repo has
core.symlinksset tofalsewhich would also cause similar behavior of cloning symlinks as files.If this is due to symlink behavior, it may be possible to force
core.symlinks=trueand try to get proper symlinks to get created.Someone who is using WSL might be able to comment better on this possibility.
Maybe also try manually recreating repo: