mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
LAB-31 Extract PySkeletonGenerator to intellij.python.sdk module
GitOrigin-RevId: c3439371efa9a882f1f208b64fb8c0bc31e7b71f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6a3ddddb1f
commit
101f0cea62
@@ -46,7 +46,7 @@ class PyVirtualEnvTerminalCustomizer : LocalTerminalCustomizer() {
|
||||
}
|
||||
else {
|
||||
//for other shells we read envs from activate script by the default shell and pass them to the process
|
||||
envs.putAll(PythonSdkType.activateVirtualEnv(sdk))
|
||||
envs.putAll(PySdkUtil.activateVirtualEnv(sdk))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user