浏览代码

Try the whole environment

Steven Silvester 8 年之前
父节点
当前提交
ef99aa7c80
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      jupyterlab/commands.py

+ 1 - 1
jupyterlab/commands.py

@@ -17,7 +17,7 @@ from jupyter_core.paths import ENV_JUPYTER_PATH
 
 here = osp.dirname(osp.abspath(__file__))
 _shell = sys.platform == 'win32'
-_env = dict(PATH=os.environ['PATH'])
+_env = os.environ
 
 
 def install_extension(extension):