I'm installing a custom package in railway.yaml but getting pip error - how can I fix it?
railway.toml:
[build]
builder = "nixpacks"
buildCommand = "git clone https://username:[email protected]/org/my-module.git && cd my-module && pip install -e ."
logs:
0.278 Cloning into 'my-module'...
4.171 /bin/bash: line 1: pip: command not found
Why is this not working?