How do I install Python 3 in a virtualenv on a MAC ?

18 views
Skip to first unread message

plan9d...@gmail.com

unread,
Jul 16, 2015, 5:24:10 PM7/16/15
to django...@googlegroups.com
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? 

Thank you,

jon

Néstor

unread,
Jul 16, 2015, 6:25:47 PM7/16/15
to django...@googlegroups.com

Virtualenv -p python3  myfolder

--
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...@googlegroups.com.
To post to this group, send email to django...@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/0073083f-12f8-44f5-a24c-a9b61feb5297%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Scot Hacker

unread,
Jul 17, 2015, 11:46:17 AM7/17/15
to django...@googlegroups.com


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

Reply all
Reply to author
Forward
0 new messages