Skip to content

Commit 69fee9a

Browse files
committed
Fix build
1 parent 3f02f76 commit 69fee9a

File tree

992 files changed

+10
-161862
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

992 files changed

+10
-161862
lines changed

build.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ find_in_path() {
1818
IFS="$old_ifs"
1919
}
2020

21+
# Setup virtual environment for jinja2-cli
22+
if [ ! -d pyenv ]; then
23+
echo "Creating virtual environment..."
24+
python -m venv pyenv
25+
. pyenv/bin/activate
26+
pip install jinja2-cli
27+
else
28+
. pyenv/bin/activate
29+
fi
30+
2131
# Start
2232
# Save TTY settings.
2333
STTY=$(stty -g)

pyenv/bin/Activate.ps1

Lines changed: 0 additions & 247 deletions
This file was deleted.

pyenv/bin/activate

Lines changed: 0 additions & 76 deletions
This file was deleted.

pyenv/bin/activate.csh

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)