Hey,

You can do simply first of all remove your virtualenv path write there.

rm -rf env (or whatever created name for environment..)


Then , again simply create your virtual path :
virtualenv  -p python3 env && source env/bin/activate


I think ,  you cando easily and if you will get any type of error please
let me know...



Thanks

On Thu, 15 Aug 2019, 05:29 MATTHEW GODSTIME, <i.mattg...@gmail.com> wrote:

> The error displayed is
>
>   ' couldn't import Django I'm sure if it's install or in my python path
> or if forget to activate my virtual environment'
>
> I have Django installed and activate my virtualenv were it was installed
> activated before the installation , I also have the path of the bin file in
> my python path what could be the solution?
>
> I googled many help but were not clear I'm frustrated
>
> --
> 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 on the web visit
> https://groups.google.com/d/msgid/django-users/28c8bd72-136e-44ac-8805-03f15498d9f8%40googlegroups.com
> .
>

-- 
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 on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2BAqMUdCRfaGu%3DER8G7m3Gf0qRFt5f_cD5Pw3UBftcGCftxSeg%40mail.gmail.com.

Reply via email to