Skip to content

Commit

Permalink
adjusting env so part2 works with part1 env
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonks684 committed Aug 15, 2024
1 parent b61ca10 commit c4b2547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ echo "Repository cloned. Current directory: $(pwd)"
cd ~/data/06_image_translation/part2/GAN_code/GANs_MI2I
echo "Current directory after navigating to GANs_MI2I: $(pwd)"
# # Find path to the mamba environment.
ENV_PATH=$(conda info --envs | grep 06_image_translation | awk '{print $NF}')
# ENV_PATH=$(conda info --envs | grep 06_image_translation | awk '{print $NF}')
ENV_PATH="/home/smt29021/.conda/envs/06_image_translation"
$ENV_PATH/bin/pip install "dominate"
$ENV_PATH/bin/pip install "cellpose"
$ENV_PATH/bin/pip uninstall -y "opencv-python"
Expand Down

0 comments on commit c4b2547

Please sign in to comment.