Explorar el Código

Try the whole environment

Steven Silvester hace 8 años
padre
commit
ef99aa7c80
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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):