Okay, I see your problem is that you are doing it the wrong way.
Go to the path where you have your virtual environment folder such as 
*cd C:\Python_project\project_name\*
if we suppose I have a virtual environment with a directory as '*venv*' 
created inside my project directory *'project_name'* and then to activate 
this virtual environment, I would do
*venv\Scripts\activate [ENTER]*
Doing this should resolve your problem

On Friday, 18 January 2019 01:03:35 UTC+5:45, Django Geek Aditya wrote:
>
> Shell Output after entering command is
> PS E:\todo> . \Scripts\activate
> . : The term '\Scripts\activate' is not recognized as the name of a 
> cmdlet, function, script file, or operable
> program. Check the spelling of the name, or if a path was included, verify 
> that the path is correct and try again.
> At line:1 char:3
> + . \Scripts\activate
> +   ~~~~~~~~~~~~~~~~~
>     + CategoryInfo          : ObjectNotFound: (\Scripts\activate:String) 
> [], CommandNotFoundException
>     + FullyQualifiedErrorId : CommandNotFoundException
>
> PS E:\todo>
>
>

-- 
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/e824da71-0031-4935-81dd-51d79e8cea41%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to