Browse Source

Try the whole environment

Steven Silvester 8 years ago
parent
commit
ef99aa7c80
1 changed files with 1 additions and 1 deletions
  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):