Skip to content

Commit

Permalink
Create a virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore committed Nov 26, 2019
1 parent ca434ea commit 27e606f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autogen_omero.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ test -e $WORKSPACE/OMERO.server
test -e $WORKSPACE/omero-install
test -e $WORKSPACE/omeroweb-install

if [ ! -e $WORKSPACE/venv3 ]; then
python -mvenv $WORKSPACE/venv3
$WORKSPACE/venv3/bin/pip install -r $WORKSPACE/OMERO.server/share/web/requirements-py27.txt
fi
. $WORKSPACE/venv3/bin/activate
export PATH=$WORKSPACE/OMERO.server/bin:$PATH
$WORKSPACE/ome-documentation/omero/autogen_docs

Expand Down

0 comments on commit 27e606f

Please sign in to comment.