Pregunta de entrevista de BeyonData Solutions

Q: What is python virtual envirnment and how does one make it and activate it.

Respuesta de la entrevista

Anónimo

12 jun 2024

Python Virtual environment helps in encapsulation of python libraries and tools, it is used to solve dependency issues when working with multiple python versions same or different. In Ubuntu Bash system - to make python virtual envirnment do the following : python -m venv then do source /bin/activate