Skip to content

Commit 38a7a93

Browse files
committed
Don't call Python modules with the CondaCLIConfigurator
1 parent 65f1d72 commit 38a7a93

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/main/java/fiji/plugin/trackmate/util/cli/CondaCLIConfigurator.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ protected CondaCLIConfigurator()
146146
{
147147
cmd.add( "--no-capture-output" );
148148
}
149-
// Call Python -m
150-
cmd.add( "python" );
151-
cmd.add( "-m" );
152149
// The rest of the command, split by spaces.
153150
final String executableCommand = getCommand();
154151
final String[] split = executableCommand.split( " " );

0 commit comments

Comments
 (0)