mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Use upper case PATH for jupyter environment variables. (#4222)
This commit is contained in:
@@ -214,7 +214,7 @@ export default class JupyterServerInstallation {
|
||||
this.pythonBinPath = path.join(pythonSourcePath, pythonBinPathSuffix);
|
||||
|
||||
// Store paths to python libraries required to run jupyter.
|
||||
this.pythonEnvVarPath = process.env.Path;
|
||||
this.pythonEnvVarPath = process.env['PATH'];
|
||||
|
||||
let delimiter = path.delimiter;
|
||||
if (process.platform === constants.winPlatform) {
|
||||
|
||||
Reference in New Issue
Block a user