#!/bin/bash
echo $VIRTUAL_ENV
python -V
which python
namei `which python` | sed -n '/->/ { s/.*-> //; p; }'
python -c 'import sys; print(sys.path)'
