diff options
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/atom/files/atom-python.patch | 10 |
1 files changed, 10 insertions, 0 deletions
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} |