mirror of
https://github.com/Infinidat/infi.clickhouse_orm.git
synced 2024-11-10 19:36:33 +03:00
need to run script under bash, otherwise virtualenv doesn't get activated
This commit is contained in:
parent
3d02d89e2a
commit
10cc021acf
1
scripts/test_python3.sh
Normal file → Executable file
1
scripts/test_python3.sh
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
cd /tmp
|
||||
rm -rf /tmp/orm_env*
|
||||
virtualenv -p python3 /tmp/orm_env
|
||||
|
|
Loading…
Reference in New Issue
Block a user