From 43efea65c93b377b392b3ba2bd46d73ad199f267 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 24 May 2021 10:49:45 +0100 Subject: [PATCH] Running-from-source: Add missing word 'alias' --- Running-from-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Running-from-source.md b/Running-from-source.md index 2881c49..fe7127d 100644 --- a/Running-from-source.md +++ b/Running-from-source.md @@ -113,7 +113,7 @@ One tested method to get a later Python on Debian 10.x is to utilise `./EDMarketConnector.py`. If you want to go back to using the prior version of Python then just issue the command: - $ deactivate # This is a added by 'activate' + $ deactivate # This is an alias added by 'activate' $ which python /usr/local/pyenv/shims/python # or whatever the python was before