Django is unable to create a new project folder when I code after activating virtualenv (namely myDjangoEnv):
django-admin.py startproject myproject
The error displayed is:
Unable to create process using 'C:/Users/Shreyas Jain/Miniconda3/envs/myDjangoEnv\python.exe "C:\Users\Shreyas Jain\Miniconda3\envs\myDjangoEnv\django-admin.py" startproject myproject'
When I tried the same command without activating the virtualenv, django created a project folder without any error.
This problem is occurring from past 2-3 days and I am still unable to fix this issue. Please help me. Thanks in advance.
Before asking this question, I've tried to google it a lot. I read so many community answers on various communities and also I read a lot on StackOverflow. But unfortunately, nothing helped me.