The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command. code example

Example 1: The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command.

sudo apt-get install python3.6-venv

Example 2: The virtual environment was not created successfully because ensurepip is not available. On Debian/Ubuntu systems, you need to install the python3-venv package using the following command.

# einstall virtual environment by mentioning current 
# python version(3.8) as follow

$ sudo apt-get install python3.xx-venv