Skip to content

Commit

Permalink
define REFLOW env. variable inside activate rather than run for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
LudwigCRON committed Apr 3, 2020
1 parent a41787c commit 9e0b9fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions envs/bin/activate
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,6 @@ pydoc () {
if [ -n "${BASH-}" ] || [ -n "${ZSH_VERSION-}" ] ; then
hash -r 2>/dev/null
fi

# Add base path of ReFlow
export REFLOW=$(dirname $(dirname $(dirname $0)))

0 comments on commit 9e0b9fc

Please sign in to comment.