Speed hack #1970
Unanswered
lainisourgod
asked this question in
Ideas
Speed hack
#1970
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've lurked through many solutions on speeding up pyenv and the only one worked by far, so for anyone lurking it can be helpful to know.
I'm posting it in another because other speed-related issues are closed.
python
shim.zprofile
(for zsh) or.profile
(for bash):python3
shim in~/.cargo/bin/
so it worked correctly:cd ~/.cargo/bin; ln -s python python3
This eliminates all problems I had:
pyenv init -
Hope it helps!🤞
Beta Was this translation helpful? Give feedback.
All reactions