Skip to content

Running Applications

Nicholas Renner edited this page Feb 4, 2022 · 2 revisions

Bash

Coreutils

Python

Environment Variables

Currently we need to set these environment variables to run Python in Lind

export PYTHONHOME="/usr"
export PYTHONPATH="/usr/local/lib/python2.7/:/usr/local/lib/python2.7/lib-dynload/:/usr/local/lib/python2.7/site-packages/"

Nginx

Postgres