Browse Source

Try the whole environment

Steven Silvester 8 năm trước cách đây
mục cha
commit
ef99aa7c80
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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):