I am new to Python and I'm following a tutorial which requires creating a virtual environment while creating a Python project,
But I am unable to create one for some reasons,
I am using the command -
mkvirtualenv djangoenv
But it displays -
bash: mkvirtualenv: command not found
Most recommended using PyCharm but, as I have work on JS as well, I wish to continue using VS Code
Following are the steps that I tried -
I checked, the virtualenvwrapper
is installed on my machine -
My ~/.bash_profile
file, looks like this -