You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-editors/atom/files/atom-python.patch

11 lines
168 B

--- 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}