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

