Question d’entretien chez BeyonData Solutions

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

Réponse à la question d'entretien

Utilisateur anonyme

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