diff options
Diffstat (limited to 'src/portal/scripts')
| -rwxr-xr-x | src/portal/scripts/create_vendor.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/portal/scripts/create_vendor.sh b/src/portal/scripts/create_vendor.sh index 6af8598..6e5aaef 100755 --- a/src/portal/scripts/create_vendor.sh +++ b/src/portal/scripts/create_vendor.sh @@ -2,6 +2,8 @@ set -e +export PYTHONDONTWRITEBYTECODE=1 + python3 -m venv ./venv source ./venv/bin/activate |