Difference between revisions of "Make build"

From wikieduonline
Jump to navigation Jump to search
(Created page with "{{lowercase}} == See also == * {{make}}")
 
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
 +
[[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 ==
 +
* <code>[[make install]]</code>
  
 
== See also ==
 
== See also ==
 
* {{make}}
 
* {{make}}
 +
* {{Build}}
 +
 +
[[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: