Skip to content

Commit

Permalink
removing --ignore-installed from create_eagle_env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerket committed Feb 1, 2023
1 parent 16e282c commit 6f67792
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions create_eagle_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ conda activate "$MY_CONDA_PREFIX"
which pip
if [ $DEV -eq 1 ]
then
pip install --no-cache-dir --ignore-installed -e .
pip install --no-cache-dir -e .
else
pip install --no-cache-dir --ignore-installed .
pip install --no-cache-dir .
fi

0 comments on commit 6f67792

Please sign in to comment.