Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build Python is unpinned and not configurable #45

Closed
erlend-aasland opened this issue Mar 20, 2024 · 0 comments · Fixed by #46
Closed

Build Python is unpinned and not configurable #45

erlend-aasland opened this issue Mar 20, 2024 · 0 comments · Fixed by #46

Comments

@erlend-aasland
Copy link
Contributor

Building the web pages requires Python 3.10, but the makefile runs whatever python3 is, without it being possible to override it.

@virtualenv -ppython3 ./venv_nikola

erlend-aasland added a commit to erlend-aasland/hpyproject.org that referenced this issue Mar 20, 2024
Also make it possible to override it using the PYTHON make variable:

    $ make PYTHON="$HOME/bin/python3.10"

Fixes hpyproject#45
erlend-aasland added a commit to erlend-aasland/hpyproject.org that referenced this issue Mar 20, 2024
Also make it possible to override it using the PYTHON make variable:

    $ make PYTHON="$HOME/bin/python3.10"

Fixes hpyproject#45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant