-
-
Notifications
You must be signed in to change notification settings - Fork 421
eval "$(pyenv virtualenv-init -)" super slow on MacOS Big Sur #365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I have slow performance on Catalina during bash login startup. It got a bit better when I upgraded to Bash 5.x (with homebrew). It still takes 0.42 to run the |
Just to add that I have also started seeing this with Mojave using ZSH. |
this has been an ongoing issue, i ran into this problem several months back, and i use fish shell. i can't remember what it was that i did to "resolve" the issue. but i'm sure this isn't the first time this has been reported. i'll check my dotfiles real quick and see what i can gather because i know first hand how annoying this is. digging through my dotfiles, it appears to be something related to the rehashing algo, but don't hold me to that. |
This is not specific to fish. Possible duplicate of #259 |
Hi,
After installing the public beta of Big Sur every command I type in the terminal takes 2-3 seconds before completing. I've troubleshot it to be because of the
eval "$(pyenv virtualenv-init -)"
line in my bash_profile. There's something in Big Sur that makes that command super slow.Would you mind giving a couple of hints of where I should start looking for a resolution to this? Having
ls
take 2-3 seconds has already started to make me crazy :)The text was updated successfully, but these errors were encountered: