From 3cea55fd1c9500e7388647abbded8c126e095b34 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 23 Dec 2016 23:45:13 +0000 Subject: ooopsy --- app-editors/atom/files/atom-python.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 app-editors/atom/files/atom-python.patch diff --git a/app-editors/atom/files/atom-python.patch b/app-editors/atom/files/atom-python.patch new file mode 100644 index 00000000..57a475ec --- /dev/null +++ b/app-editors/atom/files/atom-python.patch @@ -0,0 +1,10 @@ +--- a/atom.sh ++++ b/atom.sh +@@ -92,6 +92,7 @@ + fi + + ATOM_HOME="${ATOM_HOME:-$HOME/.atom}" ++ export PYTHON=python2 + mkdir -p "$ATOM_HOME" + + : ${TMPDIR:=/tmp} -- cgit v1.2.3