Hi.

I am developing a python module and a script that uses that module. I have 
a version of the module installed using
$ python setup.py --user install

so the egg is in my local site-packages and the script is in my local bin 
folder.

I want to keep that version installed as I need to run it occasionally but 
I want to be able to run the source one in Spyder and debug / change on the 
fly. 

So in Spyder I open the source script file which imports the module, and 
run it. I can then debug the script but when I step into the module I go to 
the egg in my local site-packages, not the source module.

I tried setting the PYTHONPATH variable in Spyder to the source of my 
module but when I run
$ sys.path

I get it in the middle of the list, after the path to the local 
site-package.

Any ideas on how to keep old version installed while developing a new one?

Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to