Re: Unable to create a new virtual environement 'test'

2019-12-11 Thread Hima Bindu chowdary
it worked! really appreciate the help! On Wednesday, December 4, 2019 at 10:24:30 PM UTC+5:30, Manjunatha C wrote: > > Python -m venv envname > > Try with this command -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this

Unable to create a new virtual environement 'test'

2019-12-04 Thread Manjunatha C
Python -m venv envname Try with this command -- 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 view this discussion

Re: Unable to create a new virtual environement 'test'

2019-12-04 Thread Suraj Thapa FC
Wrote the following Virtualenv test On Wed, 4 Dec 2019, 4:57 pm Hima Bindu chowdary, wrote: > I had created a virtualwrapper then had to create a virtual env called test > when i ran the following command i got this : > > C:\Users\User>py -m pip install virtualenv test > Requirement already

Unable to create a new virtual environement 'test'

2019-12-04 Thread Hima Bindu chowdary
I had created a virtualwrapper then had to create a virtual env called test when i ran the following command i got this : C:\Users\User>py -m pip install virtualenv test Requirement already satisfied: virtualenv in c:\users\user\appdata\local\programs\python\python38\lib\site-packages (16.7.8)