Return a path corresponding to the scheme. ``scheme`` is the install scheme name.
(name, scheme=get_default_scheme(), vars=None, expand=True)
| 494 | |
| 495 | |
| 496 | def get_path(name, scheme=get_default_scheme(), vars=None, expand=True): |
| 497 | """Return a path corresponding to the scheme. |
| 498 | |
| 499 | ``scheme`` is the install scheme name. |
| 500 | """ |
| 501 | return get_paths(scheme, vars, expand)[name] |
| 502 | |
| 503 | |
| 504 | def _init_config_vars(): |
searching dependent graphs…