Difference between revisions of "Make build"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
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 | ||
Revision as of 13:05, 2 March 2022
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
See also
Advertising: