python3 missing at runtime (Nixpacks)
rogue-ram
HOBBYOP

a year ago

I'm using Nixpacks and added python3 to the nixPkgs in the setup phase. It looks like it's installed, but when my app runs, it still throws /bin/sh: 1: python3: not found. Any idea why python3 isn’t available at runtime, even though it's in the Nixpacks config?

[phases.setup]
nixPkgs = ["...", "python3"]

providers = ["...", "python"]

[start]
cmd = "PATH=$PATH:/root/.nix-profile/bin npm start"
Solved$10 Bounty

3 Replies

rogue-ram
HOBBYOP

a year ago

f7b6fd16-8627-49f4-a182-e772e0742600


rogue-ram
HOBBYOP

a year ago

(There was an issue in my codebase that was causing the error, it has been fixed)


a year ago

!s


Status changed to Solved brody 11 months ago


Welcome!

Sign in to your Railway account to join the conversation.

Loading...