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
Anaconda won't start in my Mac terminal(ZSH) #1831
Comments
@martindurant do you have idea of what is going on? |
If you open ipython you see the same problem? |
The message suggests that the bash syntax in the temporary script is not valid in zsh. I've never used zsh... What surprises me, is that the same file apparently calls a different shell interpreter depending on your setup. Is there a way in darwin to be specific? |
Ohh, @liqimore ok we only support bash (on OSX)! |
Thanks guys! I'v figured it out and yes, It only support bash on OSX.I tried oh-my-zsh(fish) and something else, None of these works.Bash is the only one that works on my machine.It might because the syntax difference between bash and other shells. |
@liqimore we will introduce a more general syntax for version 1.6.3 so that it should work on most other terminals :-) |
Issue moved to ContinuumIO/navigator #1229 via ZenHub |
@liqimore I have the problem too. I find that using "chsh -s /bin/bash" switch sh to bash can makeAnaconda Navigator work. Then I can also use "chsh -s /bin/zsh" to switch sh to zsh. |
|
cc @goanpeca |
Quick fix is to change shells before opening the terminal for your environment: chsh -s /bin/bash +1 to @Evanqiao solution |
This problem is a problem with the zsh environment variable, the solution |
@heitaoq66 Solved like a charm when using ZSH! |
I found that sourcing .bash_profile was preventing me from running zsh at all, so I just appended |
I found this post that helped me: |
the @ck244 solution worked for me |
I have the same issue and I couldn't figure it out. I couldn't update anything in Anaconda. When I opened the terminal, it asked me to change the shell to ZSH. I did so. Then, the following issue happened. I have tried to change the shell to BASH, yet still doesn't work. Last login: Tue Oct 22 16:11:48 on ttys000 [Process completed] |
I hat to |
while i click on open terminal in Anaconda Navigator,i got this error:
system info:
MacOS is currently at version
10.11.6 (15G1217)
I reinstalled serval times, but keep getting this error.don't what's wrong with it
i found this and tried, but not working
https://groups.google.com/a/continuum.io/forum/#!topic/anaconda/GsXlOi48d7Y
The text was updated successfully, but these errors were encountered: