[Django Tutorial] How to Activate Python Virtualenv / Virtual Environment in Linux?

Now our program is independent of the operating system and runs over every environment. For that we now need to install Virtualenv from our terminal. So in terminal (Ctrl + Alt + T) type the following command:sudo apt install virtualenv