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

Add pip usage hint for mac users #1457

Open
oberstet opened this issue Feb 11, 2021 · 1 comment
Open

Add pip usage hint for mac users #1457

oberstet opened this issue Feb 11, 2021 · 1 comment

Comments

@oberstet
Copy link
Contributor

oberstet commented Feb 11, 2021

Mac is (nowerdays) using zsh per default (previously it was bash)

Starting with macOS Catalina (v10.15 anno Oktober 2019), your Mac uses zsh as the default login shell and interactive shell.

https://support.apple.com/en-ca/HT208050

which has fancy command line name globbing that interferes with pip

mu-editor/mu#852
http://zsh.sourceforge.net/Guide/zshguide05.html#l137

Solution for mac users is to do:

pip install "autobahn[all]"

or

pip install -e ."[all]"
@oberstet
Copy link
Contributor Author

oberstet commented Feb 11, 2021

interesting .. there seems to be agreement that actually pip intall -e ".[all" is the way to go mu-editor/mu#852 (comment) :

  • linux: works on bash and csh
  • macos: works on zsh
  • windows: works on powershell and cmd.exe

it should work on the BSDs as well ...

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

No branches or pull requests

1 participant