Isn't Python 3.x automatically installed with virtualenv and pip?
Try this: 

virtualenv venv

Then, do: cd venv\scripts && activate
Then you can start installing packages like this: pip install django
On Wednesday, July 17, 2019 at 11:26:04 AM UTC-4, Mahesh Kumar wrote:
>
> Hi all,
> I tried to install the Django software in my Laptop command prompt, I have 
> to create(mkvirtualenv myproject) virtual evironment. But as soon as I have 
> entered mkvirtualenv myproject, error is looping on and showling below 
> error. Please try to help me, how to create vritual environment. My laptop 
> configuration is Windows 10, 8gb Ram, 1TB hard disk.
>
> Regards,
> Mahesh
> mahico...@gmail.com <javascript:>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4c356650-7161-407c-bf5b-340219fe1aff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to