mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -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);
|
this.pythonBinPath = path.join(pythonSourcePath, pythonBinPathSuffix);
|
||||||
|
|
||||||
// Store paths to python libraries required to run jupyter.
|
// Store paths to python libraries required to run jupyter.
|
||||||
this.pythonEnvVarPath = process.env.Path;
|
this.pythonEnvVarPath = process.env['PATH'];
|
||||||
|
|
||||||
let delimiter = path.delimiter;
|
let delimiter = path.delimiter;
|
||||||
if (process.platform === constants.winPlatform) {
|
if (process.platform === constants.winPlatform) {
|
||||||
|
|||||||
Reference in New Issue
Block a user