Lets say i want to create python virtual environment using python3 Make sure you have already installed python3 you may need to install pip & virtualenv if you dont have it before sudo easy_install pip sudo easy_install virtualenv #################################### mkdir practise3.8.2 && cd practise3.8.2 python3 -m venv ~/practise3.8.2/main (or) python3 -m venv version-3.8.2 ls -l … Continue reading Creating Virtual environment in python
