Skip to content

Tag: anaconda

No Spyder-Terminal on Spyder 5.0.5 (MacOS)

I tried to install spyder terminal on my spyder. Steps oI followed (in iPython Console): Then: And I get an error message that says: I thought that it was because of the enviroment, so I tried to create a new conda enviroment with the spyder terminal module. I do as follows (in my terminal): Then: And finally…

Conda Installation python -v returns traceback

I just installed Anaconda onto my computer, but when I run python -v, a bunch of import stastements that look like a stacktrace gets spit out onto my terminal. Any idea what might’ve gone wrong and how I can fix it? Answer if you run python –help you will see that: you are probably looking for: no…

Change “conda activate” command in terminal? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 1 year ago. Improve this question Can I change the command conda activate env_name to activate the environment? Instead, I want…

Newbie Python, PyCharm and Anaconda issues

I’m a newbie following tutorials online. I’m having real troubles with PyCharm, Python and Anaconda. Two questions: (1) when I ‘pip install x’ in CMD, they only seem to install in Anaconda site packages, not the Python one. Do I need to install in both to have access in both? (2) I tho…