Does `ptex.json` support variable interpolation or...
# general
s
Does
ptex.json
support variable interpolation or relative paths?
Copy code
{
  "ptex": {
    "cpython-3.10.18+20250612-x86_64-unknown-linux-gnu-install_only.tar.gz": "<https://github.com/astral-sh/python-build-standalone/releases/download/20250612/cpython-3.10.18%2B20250612-x86_64-unknown-linux-gnu-install_only.tar.gz>",
...
    "pants.2.26.1-cp311-linux_x86_64.pex": "file:///opt/pants/pants.pex"
  }
}
instead of "file:///opt/pants/pants.pex" can I use something to point to a file within the current repository? for instance
<file://third-party/pants/dist/pants.pex>