Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Learning Resources Using conda to Install Packages

Sebastiaan van Vugt
seal-mask
.a{fill-rule:evenodd;}techdegree seal-36
Sebastiaan van Vugt
Python Development Techdegree Graduate 13,554 Points

I wish the video had told me to use Anaconda prompt

Since Kenneth uses a Terminal and the Windows equivalent is the Command Prompt, this is what I used to test my Conda.

The first problem I then had with "Conda create" was with the paths. In order not to get a CondaHTTPError the (equivalent of the) following paths need to be set under the system variables:

C:\Users\Anaconda3\Scripts C:\Users\Anaconda3\ C:\Users\Anaconda3\Library\bin

And then "Conda activate" still gives the following error: "Your shell has not been properly configured"

So for people who are using windows: Save yourself an hour of the suggested googling and just use Anaconda prompt.

1 Answer

Thanks! :)