employer cover photo
employer logo
employer logo

BeyonData Solutions

Is this your company?

BeyonData Solutions interview question

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

Interview Answer

Anonymous

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