We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e70a48 commit 73aad8bCopy full SHA for 73aad8b
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