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

2017-02-03 Thread Tadej Janež
On Thu, 2017-02-02 at 11:34 -0800, Craig Rodrigues 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 fil

Re: Feature EasierPythonDebugging ?

2017-02-03 Thread Tadej Janež
Hi! On Thu, 2017-02-02 at 21:55 +, Sérgio Basto wrote: > 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] ?  To use command like 'py-bt', 'py-list', e

Re: Feature EasierPythonDebugging ?

2017-02-03 Thread John Dennis
On 02/02/2017 11:19 PM, Sérgio Basto wrote: 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] ? Contact David Malcolm , he is the author. Thanks , [