-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
toolchain_activate.sh:3: = not found #49
Comments
From @wwxFromTju on November 9, 2018 9:41 +1 |
From @Monduiz on November 9, 2018 12:48 After some testing, this appeared after installing keras and tensorflow |
From @tedil on November 13, 2018 12:29 I encountered the same issue; I think it's due to the fact that I use zsh instead of bash and the (de)activate.d scripts aren't POSIX compliant, i.e. shell agnostic as stated in #6820. |
From @Monduiz on November 13, 2018 14:19 I also use zsh |
From @oleastre on November 19, 2018 11:22 @HaleTom to use the activate scripts, you source them, not execute them. Which means that the top line |
@nehaljwani Do you know if this issue is still being tracked somewhere? |
How to fix it? |
I have opened up #54 to fix this. |
Locally, in my emulate bash -c '. $ANACONDA_HOME/etc/profile.d/conda.sh' and that seems to work (for env activation, at least). |
Thank you @nehaljwani and @brandonwillard - I am a zsh user and encountered this same issue after installing Keras and TensorFlow. I replaced |
From @Monduiz on November 5, 2018 16:13
Current Behavior
On activating / deactivating environment I receive this message:
/Users/<user>/anaconda3/envs/ds/etc/conda/activate.d/toolchain_activate.sh:3: = not found
On installing a package I receive:
/Users/<user>/anaconda3/envs/ds/etc/conda/deactivate.d/toolchain_deactivate.sh:3: = not found
/Users/<user/anaconda3/envs/ds/etc/conda/activate.d/toolchain_activate.sh:3: = not found
Steps to Reproduce
Expected Behavior
No message should appear.
Environment Information
`conda info`
`conda config --show-sources`
`conda list --show-channel-urls`
Copied from original issue: conda/conda#7936
The text was updated successfully, but these errors were encountered: