Re: [Tutor] After virtualenv, how to use ide

2019-03-24 Thread anand warik
I gave up on Spyder and shifted to Atom, which seems easy to port to different versions of python created by virtual environments. But now facing a new problem. I have installed a package named autocomplete-python on atom but it doesn't seem to work. I checked few links on stackoverflow as well but

Re: [Tutor] After virtualenv, how to use ide

2019-03-23 Thread boB Stepp
On Sat, Mar 23, 2019 at 12:50 PM anand warik wrote: > > I had installed Python on Ubuntu 14.04 using Anaconda package long back > after failing to install independently for a long time. I was quietly using > it's packaged ide Spyder and had no troubles, in fact I love spider more > then atom. I re

[Tutor] After virtualenv, how to use ide

2019-03-23 Thread anand warik
I had installed Python on Ubuntu 14.04 using Anaconda package long back after failing to install independently for a long time. I was quietly using it's packaged ide Spyder and had no troubles, in fact I love spider more then atom. I recently learned how to setup a virtual environment though, which