我正在安裝jupyterhub。我成功安裝使用jupyterhub:指定JupyterHub路徑變量
python3 -m pip install jupyterhub
npm install -g configurable-http-proxy
然而,當我在Windows命令運行jupyterhub -h
提示它給:
"jupyterhub" is not recognized as an internal or external command, operable
program or batch file.
我加C:\Users\User\AppData\Local\Continuum\Anaconda3\Lib\site-packages\jupyterhub\
到我的用戶環境變量,但仍然收到該消息。我應該使用什麼路徑?