How to create virtual environment in python Get link Facebook X Pinterest Email Other Apps - July 25, 2025 python3.9 -m venv myenv Notes: Here specifying python 3.9 version source myenv/bin/activate pip install package_name Django Run: python3.9 manage.py runserver 0.0.0.0:8000 deactivate Read more