Installation

Python 3 is preinstalled in Ubuntu 18.04. Now, we need to install the venv module. Open your terminal and run the following command:

sudo apt-get install -y python3-venv

 

Now that we've fulfilled the requirements for this lab, let's move to the next step.

 

 

 

Discussion

1

0