mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-08 17:10:22 +03:00
invoke venv through its python module name for portability
This commit is contained in:
parent
5397de576c
commit
ba2d2f4ef0
@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
virtualenv -p python3 env
|
||||
python3 -m venv env
|
||||
source env/bin/activate
|
||||
make dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user