[Tutor] question about listing variables defined since session started

2012-04-30 Thread Comer Duncan
Hi, I have a newbie type question. Say I have started a python (or ipython) session and have done some imports and have also defined some new variables since the session started. So, I have in my current namespace a bunch of things. Suppose I want to list just those variable names which have

[Tutor] how to uninstall distutils?

2012-02-23 Thread Comer Duncan
Hi, I have distutils 0.9 install under Python 2.7. I want to uninstall it. I am on a Macbook pro running Lion. The site-packages directory is in /Lib/Python/2.7/site-packages. There distutils exists along with a lot of other stuff I have installed. I do not have pip installed and in fact

Re: [Tutor] how to uninstall distutils?

2012-02-23 Thread Comer Duncan
Wow, I screwed up. I meant docutils rather than distutils !! Sorry for the crazy fingers. On Thu, Feb 23, 2012 at 3:14 PM, Comer Duncan comer.dun...@gmail.com wrote: Hi, I have distutils 0.9 install under Python 2.7. I want to uninstall it.  I am on a Macbook pro running Lion. The site