How to install python3-venv on Ubuntu 16.04
Since Ubuntu 16.04 is a very popular operating system, it is one operating system that you will likely come across when you are building software with Python 3. For example, if you want to get a Nvidia Jetson TX2 developer kit today, you will find yourself dabbling with Ubuntu 16.04.
On the other hand, the venv module of Python 3 is one recommended way to create virtual environments for our Python 3 projects.
In case you need it, this post describes how to install python3-venv
on Ubuntu 16.04.
Follow us