Unable to create a new virtual environement 'test'

39 views
Skip to first unread message

Hima Bindu chowdary

unread,
Dec 4, 2019, 11:28:08 AM12/4/19
to Django users
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)
ERROR: Could not find a version that satisfies the requirement test (from versions: none)
ERROR: No matching distribution found for test

I need to create a virtual environment but it says it is already present..

Suraj Thapa FC

unread,
Dec 4, 2019, 12:58:44 PM12/4/19
to django...@googlegroups.com
Wrote the following 
Virtualenv test

--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/48edad31-e33c-4460-91c0-f80b7e6adce4%40googlegroups.com.

Manjunatha C

unread,
Dec 4, 2019, 4:54:30 PM12/4/19
to Django users
Python -m venv envname

Try with this command

Hima Bindu chowdary

unread,
Dec 11, 2019, 10:05:32 AM12/11/19
to Django users
it worked! really appreciate the help!
Reply all
Reply to author
Forward
0 new messages