* gcrl
* gcrl
CDCloudflare Developers
Created by * gcrl on 4/18/2025 in #pages-help
How do I get cloudflare pages to not install python?
I'm running pages on a subdirectory of a python+bun repo. The page being built doesn't need python. Unfortunately, every build seems to begin with the long process of installing python, probably because there's a .python-version file at the repo root. I'd like to skip this step. I have SKIP_DEPENDENCY_INSTALL=1 but this doesn't seem to help. Somebody online suggested setting PYTHON_VERSION to be whatever's default in the build image, but this doesn't seem like a good solution (it would break if the build image changed). What's the correct way to get it to not install python?
1 replies