<p>+1 for using symlinks where possible. In deploying Python to different operating systems and filesystems I&#39;ve often had to run a script to &quot;fix&quot; the hardlinking done by make install because the deployment mechanism or system couldn&#39;t be trusted to do the right thing with respect to minimising installation size. Symlinks are total win when disk use is a concern, and make intent clear. I&#39;m not aware of any mainstream systems that don&#39;t support them. </p>