-
-
Notifications
You must be signed in to change notification settings - Fork 422
Shell slow after running pyenv-virtualenv-init #132
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
The shell hook function generated by pyenv-virtualenv-init will try to activate version if the version is a virtualenv. In In |
Got it, I'll leave it disabled for now. Would appreciate any suggestions/fixes for the issue though |
I guess that I have same problem or more serious one. I there is a 3-4 second lag before the next line appears on the screen. |
|
Thank to @blueyed
|
This is right after turn on my Terminal.
|
@samkugji |
@blueyed I see similar output after each command |
same here, any updates on this issue? |
I recommend not to use pyenv-virtualenv in the first place. |
Hi! I had this issue (I am also using ZSH). It was caused because I was setting strict mode ( |
I recently installed pyenv-virtualenv on my mac via Homebrew. I added the line to initialize pyenv-virtualenv in my bash profile:
In my shell, every time I hit enter, there is a 1-2 second lag before the next line appears on the screen. I have isolated the problem to be the pyenv-virtualenv-init command; without that command in my .bash_profile, my terminal is very fast. The terminal is slow regardless of whether pyenv-virtualenv-init is run via my .bash_profile, or when I run it manually. I have resorted to leaving it off most of the time for now.
Any thoughts on why it would be so slow? Any thing I can log or record on my end to help fix this?
Thanks
The text was updated successfully, but these errors were encountered: