sudo apt-get install python3-pip
sudo pip3 install virtualenv
virtualenv venv
you can use any name insted of venv
virtualenv -p /usr/bin/python2.7 venv
source venv/bin/activate
source venv/bin/activate.fish
deactivate
virtualenv -p python3 myenv
python3 -m venv myenv
HI I am getting an error while installing virutal environment or any installation, Can you please help me. Please find the screen shot below

I have tried to rectify by searching and installing all the related fixes shown in the Internet.