We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f1d72 commit 38a7a93Copy full SHA for 38a7a93
1 file changed
src/main/java/fiji/plugin/trackmate/util/cli/CondaCLIConfigurator.java
@@ -146,9 +146,6 @@ protected CondaCLIConfigurator()
146
{
147
cmd.add( "--no-capture-output" );
148
}
149
- // Call Python -m
150
- cmd.add( "python" );
151
- cmd.add( "-m" );
152
// The rest of the command, split by spaces.
153
final String executableCommand = getCommand();
154
final String[] split = executableCommand.split( " " );
0 commit comments