virtualenv -p python2.7 venv
to
virtualenv -p python3.3 venvand add python3.3 to the system packages in the first line?Thank you!!|sergio
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
You received this message because you are subscribed to a topic in the Google Groups "Kivy users support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kivy-users/61cvU8l9T5s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kivy-users+...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I noticed in my environment (Ubuntu 13.04 ) the call
virtualenv-3.3 venv
fails, seems like virtualenv does not install its virtualenv-3.3 version
I tried using
virtualenv-3.3 -p /usr/bin/python3.3 venv
which seems to work.
But then I get a
Error compiling Cython file:
...
from transformation cimport Matrix
from instructions cimport ContextInstruction
from texture cimport Texture
cdef class PushState(ContextInstruction):
^
kivy/graphics/context_instructions.pxd:9:5: Compiler crash in AnalyseDeclarationsTransform
You received this message because you are subscribed to a topic in the Google Groups "Kivy users support" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kivy-users/61cvU8l9T5s/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kivy-users+...@googlegroups.com.
sudo pip-2.7 install -U virtualenvwithsudo pip2.7 install -U virtualenv