Skip to content

Commit

Permalink
use default python to create virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Apr 8, 2018
1 parent 2566c77 commit 9249494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library-to-catalog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function setup {
return 0
fi

virtualenv -p python3 $VIRTUAL_ENV
virtualenv $VIRTUAL_ENV
$VIRTUAL_ENV/bin/pip install -r ${ROOT}/requirements.pip
}

Expand Down

0 comments on commit 9249494

Please sign in to comment.