Message229298
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. |
|
Date |
User |
Action |
Args |
2014-10-14 15:06:40 | Matt.Wright | set | recipients:
+ Matt.Wright, lemburg, georg.brandl, pitrou, larry, benjamin.peterson, tarek, eric.araujo, ssbarnea, samtygier, olliewalsh, fkochem |
2014-10-14 15:06:40 | Matt.Wright | set | messageid: <1413299200.2.0.97060527436.issue8876@psf.upfronthosting.co.za> |
2014-10-14 15:06:40 | Matt.Wright | link | issue8876 messages |
2014-10-14 15:06:39 | Matt.Wright | create | |
|