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 trialOle Vølund Skov Mortensen
27,842 PointsI 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.
Ole Vølund Skov Mortensen
27,842 Pointspython 3.8 on win 10. using anaconda like in the tutorial.
1 Answer
Jeff Muday
Treehouse Moderator 28,720 PointsAnaconda 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
Jeff Muday
Treehouse Moderator 28,720 PointsJeff Muday
Treehouse Moderator 28,720 PointsOle,
What environment are you running?
JM