I have saw a question about activating virtualenv in Django (Virtual Environment), I took action with the first answer. Here's the link: How to activate Virtual Environment in DJango The answer is for "Shariful Islam"... The first step was this:
cd C:\Users\User\Desktop\UserDjangoProject> pip install virtualenv
I wasn't able to operate this command in CMD (as he said at the answer's heading). Can anyone help me in that?