Machine Learning MCQS - QUESTION DETAILS

Which command is used to deactivate a virtual environment in Python on macOS and Linux?
A. deactivate
B. source deactivate
C. deactivate.env
D. venv deactivate

The deactivate command is used to deactivate a virtual environment in Python on macOS and Linux.

Similar Questions

What makes Python suitable for developing web applications?






Which aspect of Python's syntax contributes to its readability?






What is the primary focus of Python's standard library?






What role does the Python Enhancement Proposal (PEP) process play in the evolution of Python?






What is a significant benefit of Python's extensive standard library in terms of code development?






What is one of the primary goals of Python's design philosophy regarding code readability?






What role does Python's global community play in its ongoing development?






What is the primary reason for Python's popularity in the field of data science and machine learning?






What is a key advantage of Python's high-level data structures like lists and dictionaries?






Which of the following is NOT a recommended way to install Python on Windows?