Skip to content

Commit

Permalink
fix default_conda_env_path for omnipose too
Browse files Browse the repository at this point in the history
  • Loading branch information
romainGuiet committed Oct 11, 2024
1 parent f2f2251 commit 4210920
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
public class Omnipose implements Command {
static {
if (IJ.isLinux()) {
default_conda_env_path = "/home/biop/conda/envs/omnipose"; // to ease setting on biop-desktop }
default_conda_env_path = "/opt/conda/envs/omnipose"; // to ease setting on biop-desktop }
} else if (IJ.isWindows()) {
default_conda_env_path = "C:/Users/username/.conda/envs/omnipose";
} else if (IJ.isMacOSX()) {
Expand Down

0 comments on commit 4210920

Please sign in to comment.