Skip to content
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

sourcing of activate.sh on OSx Big Sur causes hanging in Terminal #196

Closed
numberwhun opened this issue Nov 25, 2020 · 3 comments · Fixed by #203
Closed

sourcing of activate.sh on OSx Big Sur causes hanging in Terminal #196

numberwhun opened this issue Nov 25, 2020 · 3 comments · Fixed by #203

Comments

@numberwhun
Copy link

I am using autoenv as part of my project that also employs virtualenvwrapper. I upgraded to Big Sur recently and am installing my software. Unfortunately, after installing autoenv using brew, adding the 'source' line to my .bash_profile and then sourcing that file, the command prompt hangs as if it is processing something.

Commenting out the source of activate.sh stops the issue. I gave it some time, but the hanging continues indefinitely. When I open a new terminal window, the same hanging occurs.

My system specs are:

Mac OSx 11.0.1 (20B29) (Big Sur)
Autoenv version: stable 0.2.1, HEAD
Python: 3.8.2

@numberwhun
Copy link
Author

I attempted to trace the system calls using dtruss, but received the following:

$ sudo dtruss /usr/local/opt/autoenv/activate.sh 
Password:
dtrace: system integrity protection is on, some features will not be available

dtrace: failed to execute /usr/local/opt/autoenv/activate.sh: (os/kern) failure

@numberwhun
Copy link
Author

I took and uninstalled autoenv (install and uninstall both via pip), and re-installed it using brew. Even after installing with brew, the issue persisted.

@2young-2simple-sometimes-naive
Copy link

2young-2simple-sometimes-naive commented Dec 1, 2020

This is the same issue as #193 . The brew version is outdated. Install using git clone will fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants