Merge "Switching to use VIRTUAL_ENV env variable"
This commit is contained in:
commit
f6df3af1ce
@ -2,7 +2,10 @@
|
|||||||
|
|
||||||
CONFIG_DIR=/etc/barbican
|
CONFIG_DIR=/etc/barbican
|
||||||
DB_DIR=/var/lib/barbican
|
DB_DIR=/var/lib/barbican
|
||||||
VENV_DIR=${BARBICAN_VENV:-~/.pyenv/versions/$PYENV_VERSION}
|
|
||||||
|
# VIRTUAL_ENV is set by virtualenv on activate. If VIRTUAL_ENV is not,
|
||||||
|
# available, it attempts to fallback on pyenv for the python environment path.
|
||||||
|
VENV_DIR=${VIRTUAL_ENV:-`pyenv prefix`}
|
||||||
|
|
||||||
LOCAL_CONFIG_DIR=./etc/barbican
|
LOCAL_CONFIG_DIR=./etc/barbican
|
||||||
if [ ! -d $LOCAL_CONFIG_DIR ];
|
if [ ! -d $LOCAL_CONFIG_DIR ];
|
||||||
|
Loading…
Reference in New Issue
Block a user