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

Python Installing Anaconda

I tried to create a new env and but it seem fail with "Multiple Errors Encountered."

Idk what is going on at all but I've not managed to go forward in the cause because of it.

python 3.8 on win 10. using anaconda like in the tutorial.

1 Answer

Jeff Muday
MOD
Jeff Muday
Treehouse Moderator 28,716 Points

Anaconda is quite a bit different on each platform.

To start a virtual environment on Windows, you need to use the cmd.exe or powershell.exe prompt. But it is important to use the correct virtual environment during creation. You should make a note of the virtual environment and the desired version of Python.

To create the virtual environment venv

use the \path\to\python\Scripts\virtualenv --python=\path\to\python\python.exe venv

then to activate the virtual environment venv

venv\Scripts\activate.bat