Logo
Explore Help
Sign In
Archives/gristlabs_grist-core
1
0
Fork 0
You've already forked gristlabs_grist-core
mirror of https://github.com/gristlabs/grist-core.git synced 2026-03-02 04:09:24 +00:00
Code Issues Projects Releases Wiki Activity
Files
alex/skip-fstrings-3.9
gristlabs_grist-core/buildtools/prepare_python2.sh

15 lines
258 B
Bash
Raw Permalink Normal View History

Use /usr/bin/env instead of /bin/bash
2022-03-08 19:24:36 +00:00
#!/usr/bin/env bash
(core) freshen core README; support python3 in grist-core docker image Summary: This updates the grist-core README to list specific features of Grist, to make it easier for a casual visitor to get a sense of its scope. Adds links to some new resources (reviews, templates, grist v airtable post) that could also help. Adds python3 to docker image so that templates work without fuss. Test Plan: existing tests should pass Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: dsagal, anaisconce Differential Revision: https://phab.getgrist.com/D3204
2022-01-07 12:06:04 -05:00
set -e
echo "Making Python2 sandbox"
if [ ! -e venv ]; then
virtualenv -ppython2.7 venv
fi
. venv/bin/activate
echo "Updating Python2 packages"
pip install --no-deps -r sandbox/requirements.txt
echo "Python2 packages ready in venv"
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 138ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API