Starting from Python 3.6, we don't need 3rd party virtualenv library.

 We can just do this:

python3.7 -m venv /path/to/env/

https://docs.python.org/3/library/venv.html

 Regards,

 Aldian Fazrihady


On Thu, 28 Mar 2019, 23:32 Michael Achterberg, <mich...@achterberg.org.za>
wrote:

> I've installed Python 3.7 which comes with pip installed. When I try to
> create a virtualenv I get a SyntaxError: invalid syntax
>
> What am I doing wrong?
>
>
> Regards,
>
> Michael Achterberg
> E-mail: mich...@achterberg.org.za
>
> --
> 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/gbimmpfv2sa1f3o8032dbxih.1553790005386%40email.android.com
> <https://groups.google.com/d/msgid/django-users/gbimmpfv2sa1f3o8032dbxih.1553790005386%40email.android.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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/CAN7EoAZcbccaFC7et5rnPUdNzMpyT2jRXPDJxmXU_JpvR5U6DQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to