1
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
website-2020-spike/scripts/setup.sh

13 lines
131 B
Bash
Raw Normal View History

2020-04-12 15:35:36 +01:00
#!/usr/bin/env bash
set -e
2020-04-12 15:35:36 +01:00
./scripts/setup-node.sh
2020-04-12 15:35:36 +01:00
export PATH=env/bin:${PATH}
2020-04-12 15:51:48 +01:00
python3 -m venv env
2020-04-12 16:15:46 +01:00
./scripts/setup-python.sh