Re: [Distutils] question re: local development workflow / egg-info / synced directories

2016-03-30 Thread Chris Jerdonek
On Wed, Mar 30, 2016 at 10:56 PM, Ionel Cristian Mărieș wrote: > > On Thu, Mar 31, 2016 at 3:03 AM, Chris Jerdonek > wrote: >> >> When developing locally, however, the sync process mounts the synced >> directory "over" the directory that was initialized at Docker-build >> time. Thus the egg-info

Re: [Distutils] question re: local development workflow / egg-info / synced directories

2016-03-30 Thread Ionel Cristian Mărieș
On Thu, Mar 31, 2016 at 3:03 AM, Chris Jerdonek wrote: > When developing locally, however, the sync process mounts the synced > directory "over" the directory that was initialized at Docker-build > time. Thus the egg-info directories are missing from the synced > version of the directory. > ​Are

[Distutils] question re: local development workflow / egg-info / synced directories

2016-03-30 Thread Chris Jerdonek
Hi, I have a local development workflow question I'm looking for feedback or suggestions on. It relates to installing things in editable mode in conjunction with syncing source files to a VM. I'm developing a Python project that is deployed / runs inside a Docker container. I do my local developm