From 599fe9c172e97f9d82ad094c6f1d98a894cd6005 Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Mon, 12 Feb 2024 11:23:24 +0100 Subject: [PATCH] Update xonshrc.xsh --- xonshrc.xsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xonshrc.xsh b/xonshrc.xsh index 0cb5e9d..299a4ac 100644 --- a/xonshrc.xsh +++ b/xonshrc.xsh @@ -32,7 +32,7 @@ else: $PIPHOME = pf'{$XDG_CONFIG_HOME}'.parent / '.local' $PYTHONUSERBASE = $PIPHOME -$PYTHONPACKAGES = $PIPHOME / 'lib/python3.10/site-packages' +$PYTHONPACKAGES = $PIPHOME / 'lib/python3.11/site-packages' $PIP_XONTRIB_TARGET = $PYTHONPACKAGES / 'xontrib' $PYTHONPATH = [$PYTHONPACKAGES] $PATH = [f'{$PIPHOME}/bin'] + $PATH @@ -46,7 +46,7 @@ sys.path.remove('') if '' in sys.path else None def _xxh_pip(args): if 'APPDIR' in ${...}: - py = $APPDIR + '/opt/python3.10/bin/python3.10' + py = $APPDIR + '/opt/python3.11/bin/python3.11' else: py = 'python'