We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068d3a3 commit 72871faCopy full SHA for 72871fa
test-cockpit-python.el
@@ -16,7 +16,7 @@
16
17
(require 'test-cockpit)
18
19
-(defvar test-cockpit-python-build-ext-command "python setup.py build_ext --inplace"
+(defvar test-cockpit-python-build-ext-command "pip install -e . --no-deps"
20
"The command to build the python extensions.")
21
22
(defclass test-cockpit-python-engine (test-cockpit--engine) ())
0 commit comments