Skip to content

Commit d657bc3

Browse files
committed
Pull request #256: Update start_externalevaluate.py
Merge in LCL/wolframclientforpython from feature/shell-help to master * commit '8c9ee3224d47e95973775a80a490dfce2c20ae63': Update start_externalevaluate.py
2 parents a3a99a2 + 8c9ee32 commit d657bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

wolframclient/cli/commands/start_externalevaluate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ def handle(self, port=None, installpath=None, kernelversion=None, **opts):
2727
zmq.Context
2828
except ImportError as e:
2929
print(
30-
"Error importing zmq: %s. Please install zmq. https://zeromq.org/languages/python/"
31-
% e,
30+
'Error importing zmq: %s. Please install zmq by running:\nExternalEvaluate[{"Shell", "Target" :> $SystemShell}, "%s" -> {"-m", "pip", "install", "zmq"}]'
31+
% (e, sys.executable),
3232
file=sys.stderr,
3333
)
3434
sys.stderr.flush()

0 commit comments

Comments
 (0)