You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Activation provides correct activation commands (non-windows) after 4.4.0 given interpreter path is provided, global conda, conda not sourced and with no spaces in env name',
269
+
envName: environmentName,
270
+
expectedResult: ['source path/to/activate Env'],
271
+
condaScope: 'global',
272
+
isWindows: false,
273
+
},
274
+
{
275
+
testName:
276
+
'Activation provides correct activation commands (non-windows) after 4.4.0 given interpreter path is provided, global conda, conda sourced and with no spaces in env name',
277
+
envName: environmentName,
278
+
expectedResult: ['conda activate Env'],
279
+
condaInfo: {
280
+
conda_shlvl: 1,
281
+
},
282
+
condaScope: 'global',
283
+
isWindows: false,
284
+
},
285
+
{
286
+
testName:
287
+
'Activation provides correct activation commands (non-windows) after 4.4.0 given interpreter path is provided, local conda, conda sourced and with no spaces in env name',
0 commit comments