This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Matt.Wright
Recipients Matt.Wright, benjamin.peterson, eric.araujo, fkochem, georg.brandl, larry, lemburg, olliewalsh, pitrou, samtygier, ssbarnea, tarek
Date 2014-10-14.15:06:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413299200.2.0.97060527436.issue8876@psf.upfronthosting.co.za>
In-reply-to
Content
Here's another example of where this is a pain. An emerging workflow is using Docker for a Python environment. However, on OS X, its common to use boot2docker (a lightweight VM). With VirtualBox on OS X, its common to setup a shared folder between the host and boot2docker so one can mount volumes to Docker containers from the host to the container(s) on the VM. So when running something like `tox` or `python setup.py sdist` things fail because VirtualBox does not allow hard links on the shared folder filesystem. Changing this would be grand. Otherwise I have the, arguably, ugly `del os.link` in my setup.py.
History
Date User Action Args
2014-10-14 15:06:40Matt.Wrightsetrecipients: + Matt.Wright, lemburg, georg.brandl, pitrou, larry, benjamin.peterson, tarek, eric.araujo, ssbarnea, samtygier, olliewalsh, fkochem
2014-10-14 15:06:40Matt.Wrightsetmessageid: <1413299200.2.0.97060527436.issue8876@psf.upfronthosting.co.za>
2014-10-14 15:06:40Matt.Wrightlinkissue8876 messages
2014-10-14 15:06:39Matt.Wrightcreate