On Thursday, July 16, 2015 at 2:24:10 PM UTC-7, plan9d...@gmail.com wrote:
>
> I'm new to Django and would like to install Python 3.x  in a virtualenv so 
> I can follow the tutorial given on the Django website.
> How do I install Python 3.x (latest version) within a virtualenv on a Mac? 
>

Assuming you have virtualenvwrapper as well:

which python3
[reports path to python3]
mkvirtualenv -p [path] venvname

./s

-- 
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 http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/b95664b8-6b6b-4f1e-8fce-c71d767df39a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to