You have already completed these exercises!
Do you want to take them again?
You completed the DJANGO Virtual Environment Exercises from W3Schools.com
Share on:
To set up a virtual environment with venv on a Windows machine, use the following syntax:
venv
py using venv myworld
py -m venv myworld
venv myworld