Parcourir la source

Try the whole environment

Steven Silvester il y a 8 ans
Parent
commit
ef99aa7c80
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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):