You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pa...@googlegroups.com
How do I specify that I'd like to install my module for a non-default Python version? I have both Python 2.7 and Python 3.4 installed on my system. Doing a simple `paver install` installs it for Python 2.7, but I can't find an option to specify the Python version. Similarly, if I have a virtualenv set up with Python 3.4 and I set --prefix to the directory containing that virtualenv, it just adds a python2.7 directory inside the virtualenv.