Commit 89fd1d53 authored by delanoe's avatar delanoe

[FIX] If not virtual env, then activate (be carefull to many virtual env.)

parent 298679e1
#!/bin/bash
export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/srv/gargantext_lib/taggers/nlpserver/TurboParser/deps/local/lib:"
if [[ "$VIRTUAL_ENV" != "" ]]
if [[ ! "$VIRTUAL_ENV" ]]
then
source /srv/env_3-5/bin/activate
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment