need to run script under bash, otherwise virtualenv doesn't get activated

This commit is contained in:
Itai Shirav 2017-04-28 18:18:04 +03:00
parent 3d02d89e2a
commit 10cc021acf

1
scripts/test_python3.sh Normal file → Executable file
View File

@ -1,3 +1,4 @@
#!/bin/bash
cd /tmp
rm -rf /tmp/orm_env*
virtualenv -p python3 /tmp/orm_env