On Fri, Oct 7, 2016 at 4:18 PM, Amir Teymuri <[email protected]> wrote:
> Thank you for helping. > >> What would be the correct way of installing using setup.py in a >> virtualenv? >> > SImply run "python setup.py install" instead of running it with sudo. To be very explicit about which python interpreter you are affecting you could even do "pyo_env/bin/python setup.py install" instead of relying on the activate script. -- You received this message because you are subscribed to the Google Groups "virtualenv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/python-virtualenv. For more options, visit https://groups.google.com/d/optout.
