Skip to content

Commit

Permalink
Update rc_awesome.xsh
Browse files Browse the repository at this point in the history
  • Loading branch information
anki-code authored Apr 6, 2024
1 parent 98025ea commit 4a45e50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xontrib/rc_awesome.xsh
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ def _alias_supercomma():
def _alias_xc():
"""Get xonsh context."""
print('xonsh:', $(which xonsh))
print('xpython:', imp.sys.executable, '#', $(xpy -V).strip())
print('xpip:', $(which xpip).strip()) # xpip - xonsh's builtin to install packages in current session xonsh environment.
print('')
print('python:', $(which python))
print('python ver:', $(python -V).strip())
print('python:', $(which python), '#' ,$(python -V).strip())
print('pip:', $(which pip))
print('')
envs = ['CONDA_DEFAULT_ENV']
Expand Down

0 comments on commit 4a45e50

Please sign in to comment.