Feature EasierPythonDebugging ?

2017-02-02 Thread Sérgio Basto
Hello ,  I'd like use this gdb python [1] , but can't put it work on Fedora 24, last problems mentioned are about Fedora 13 , can someone help me on pointing how I could use New_gdb_commands [2] ?  Thanks , [1] 

Feature EasierPythonDebugging ?

2017-02-02 Thread Sérgio Basto
Hello ,  I'd like use this gdb python [1] , but can't put it work on Fedora 24, last problems mentioned are about Fedora 13 , can someone help me on pointing how I could use New_gdb_commands [2] ?  Thanks , [1] 

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

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

2017-02-02 Thread Tadej Janež
Hi! If I create a Python 2 virtual environment with virtualenv and the -- system-site-packages option, installation of any subsequent package works as expected: [vagrant@tadej-zbook ~]$ rpm -q python2-virtualenv python2-virtualenv-15.0.3-2.fc25.noarch [vagrant@tadej-zbook ~]$ virtualenv