First time here? Check out the FAQ!

David Smith's profile - activity

2019-03-07 09:08:07 -0500 received badge Student (source)
2019-03-07 09:08:05 -0500 marked best answer Wing under Enthought Deployment Manager EDM

How do I get Wing to run under an Enthought Deployment Manager (EDM) context?

Background: we (our company) do our development under edm, which sets up its own Python installation. When I develop under Spyder, startup looks like this

$ which python/usr/bin/python
$ edm shell -e edm1
Starting new shell in EDM environment 'edm1'.
Type 'exit' or 'Ctrl+D' to return.
$ which python
/Users/smithd91/.edm/envs/edm1/bin/python
$ spyder

&Now Spyder inherits the new Python location.  I just installed Wing (on a Mac), and it fired up directly, without the mediation of the shell. Looking at the sys.path, I see/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python27.zip/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7etc., which is yet another Python location.

How do I get Wing to use the Python environment set by EDM?

2018-04-04 14:08:00 -0500 commented answer Wing under Enthought Deployment Manager EDM

I like this solution, as it will work when you switch off among EDM environments.

2018-04-03 15:58:00 -0500 commented answer Wing under Enthought Deployment Manager EDM

Yes, it looks like that worked. I tried it and didn't think it worked because it didn't change the path in my python she

2018-04-03 14:34:00 -0500 asked a question Wing under Enthought Deployment Manager EDM

Wing under Enthought Deployment Manager EDM How do I get Wing to run under an Enthought Deployment Manager (EDM) context