A developer issues the Linux command pip3 freeze in an activated Python 3 virtual environment. What is the function that is provided by the command?
- to prepare the environment before installing a Python package
- to output a list of installed Python packages
- to deactivate the current virtual environment
- to lock the current virtual environment
Answers Explanation & Hints: The pip3 freeze Linux command is used to output a list of Python 3 packages installed in the current working environment.