Skip to content

Commit

Permalink
Update xonshrc.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Feb 12, 2024
1 parent 56ad72e commit 599fe9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xonshrc.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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'

Expand Down

0 comments on commit 599fe9c

Please sign in to comment.