Difference between revisions of "Make build"
Jump to navigation
Jump to search
(4 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | make build | + | [[make]] build |
/usr/local/bin/[[virtualenv]] --python=[[python3.9]] "/path/to/[[.venv]]" | /usr/local/bin/[[virtualenv]] --python=[[python3.9]] "/path/to/[[.venv]]" | ||
− | RuntimeError: failed to find interpreter for Builtin discover of [[python_spec]]='[[python3.9]]' | + | [[RuntimeError]]: failed to find interpreter for Builtin discover of [[python_spec]]='[[python3.9]]' |
make: *** [Makefile:75: build] Error 1 | make: *** [Makefile:75: build] Error 1 | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[make install]]</code> | ||
== See also == | == See also == | ||
* {{make}} | * {{make}} | ||
+ | * {{Build}} | ||
[[Category:Python]] | [[Category:Python]] |
Latest revision as of 20:21, 7 March 2024
make build /usr/local/bin/virtualenv --python=python3.9 "/path/to/.venv" RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.9' make: *** [Makefile:75: build] Error 1
Related[edit]
See also[edit]
Advertising: