vors / jupyter-powershell

PowerShell language kernel for Jupyter
MIT License
132 stars 26 forks source link

Error installing kernel when using both `--sys-prefix` and `--powershell-command` together #42

Closed ackalker closed 5 months ago

ackalker commented 5 months ago
python -m powershell_kernel.install --sys-prefix --powershell-command powershell
usage: install.py [-h] [--user | --sys-prefix | --prefix PREFIX | --powershell-command POWERSHELL_COMMAND]
install.py: error: argument --powershell-command: not allowed with argument --sys-prefix

The error suggests that the parameters are mutually exclusive but that doesn't make sense here.