Difference between revisions of "Make build"

From wikieduonline
Jump to navigation Jump to search
(6 intermediate revisions by 3 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
  
  make build
+
  [[make install]]
/usr/local/bin/[[virtualenv]] --python=[[python3.9]] "/srv/k/kontist-wd-vpn/.venv"
 
RuntimeError: failed to find interpreter for Builtin discover of python_spec='python3.9'
 
make: *** [Makefile:75: build] Error 1
 
  
 
== See also ==
 
== See also ==
 
* {{make}}
 
* {{make}}
 +
 +
[[Category:Python]]

Revision as of 08:16, 22 September 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
make install

See also

Advertising: