Skip to content

Commit

Permalink
Update startup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
BBeran authored Nov 3, 2016
1 parent 6467d66 commit a58b3c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tabpy-server/tabpy_server/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CONDA_ENVIRONMENT=Tableau-Python-Server
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
CONDA_DEFAULT_ENV=$CONDA_ENVIRONMENT
export TABPY_STATE_PATH=$SCRIPT_DIR
cd "$TABPY_STATE_PATH"
cd "../../../../"
export PATH="$PWD"/bin:$PATH
export PYTHONPATH=$PYTHONPATH:"$PWD"/lib/python2.7
Expand Down

0 comments on commit a58b3c6

Please sign in to comment.