Skip to content

Commit

Permalink
uw3_env 0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
lmoresi committed Mar 20, 2024
1 parent b5e55b3 commit 0cc8cac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .binder/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ python3 -m pip install "trame_jupyter_extension"
# We install the local code "properly" - no point in a dev build here

echo
echo Install local UW3 (1)
echo Install local UW3 pt 1
echo

# python3 setup.py develop
Expand All @@ -119,7 +119,7 @@ conda run -n notebook PYTHONPATH=$CONDA_PREFIX/lib python -c "import petsc4py; p
conda run -n notebook PYTHONPATH=$CONDA_PREFIX/lib python -c "from petsc4py import PETSc"

echo
echo Install local UW3 (2)
echo Install local UW3 pt 2
echo

conda run -n notebook PYTHONPATH=$CONDA_PREFIX/lib/ pip3 install .
Expand Down

0 comments on commit 0cc8cac

Please sign in to comment.