Re: Unable to install packages in a Python 3 virtual environment created with venv module with --system-site-packages option

2017-02-02 Thread Craig Rodrigues
On Thursday, February 2, 2017, Tadej Janež wrote: > > > Which in turn means 'pip3 install Django' actually used the system-wide > pip3 command which tried to install Django to the system-wide location > and failed. > > After you create your Python 3 virtualev, what files are in

Re: Python 3 porting: 50% done in Rawhide 

2016-08-11 Thread Craig Rodrigues
On Thu, Aug 11, 2016 at 6:48 AM, Petr Viktorin wrote: > > Instead, we should shift our focus from porting specfiles to upstream > projects. At this point, if some software is easy to port it was probably > ported already; what we're left with are either tough nuts to crack