Domanda di colloquio di BeyonData Solutions

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

Risposta di colloquio

Anonimo

12 giu 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