What is a standard command to create a Python virtual environment?
What is a standard command to create a Python virtual environment?
- sudo apt-get install python3-pip
- pip install [options] [package-index-options]...
- python3 -m venv /path/to/new/virtual/environment
- source bin/activate
Related exam: DevNet Associate (v1.0) – Module 7 Exam Answers
About The Author
The ITExamAnswers Editorial Team is a dedicated group of certified IT professionals and network engineers. We rigorously review, verify, and update all exam materials to ensure you receive the most accurate and reliable resources for your certification journey.