We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--sys-prefix
1 parent cf6d354 commit f573b9fCopy full SHA for f573b9f
jupyter_client/kernelspecapp.py
@@ -118,6 +118,8 @@ def _kernel_name_default(self):
118
"Install to the per-user kernel registry"),
119
'replace': ({'InstallKernelSpec': {'replace': True}},
120
"Replace any existing kernel spec with this name."),
121
+ 'sys-prefix': ({'InstallKernelSpec': {'prefix': sys.prefix}},
122
+ "Install to Python's sys.prefix. Useful in conda/virtual environments."),
123
'debug': base_flags['debug'],
124
}
125
0 commit comments