(self, arch)
| 152 | return directory |
| 153 | |
| 154 | def get_python_install_dir(self, arch): |
| 155 | return join(self.python_installs_dir, self.bootstrap.distribution.name, arch) |
| 156 | |
| 157 | def setup_dirs(self, storage_dir): |
| 158 | '''Calculates all the storage and build dirs, and makes sure |
no outgoing calls