A developer issues a Linux command python3 -m venv devenv . What is the developer trying to achieve?
- to install the devnet tool sets in the Python 3 virtual environment named venv
- to create a Python 3 virtual environment named devenv
- to enter the Python 3 virtual environment named venv using the devnet tool sets
- to activate the Python 3 virtual environment named devenv