We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b963fd5 commit c8a6d92Copy full SHA for c8a6d92
nixpacks.toml
@@ -1,10 +1,10 @@
1
[phases.setup]
2
-nixPkgs = ["python312", "pip"]
+nixPkgs = ["python312"]
3
4
# Use the default Python install behavior but ensure we use the right requirements file
5
[phases.install]
6
cmds = [
7
- "pip install --upgrade pip",
+ "python -m pip install --upgrade pip",
8
"pip install -r requirements.txt"
9
]
10
0 commit comments