From a55d1c3616fb3a27ef3bbd85ba4346d7fc3c5f53 Mon Sep 17 00:00:00 2001 From: Athanasius Date: Mon, 14 Mar 2022 16:53:18 +0000 Subject: [PATCH] docs/Running: Assume python3 for virtualenv --- docs/Running-this-software.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/Running-this-software.md b/docs/Running-this-software.md index bb9463f..31310e3 100644 --- a/docs/Running-this-software.md +++ b/docs/Running-this-software.md @@ -253,15 +253,11 @@ anything else it's best to use a Python virtual environment (venv). You will have installed the Debian package 'virtualenv' [above](#as-root) for this purpose. -We'll put the venv in `${HOME}/dev/python2.7-venv` with the following +We'll put the venv in `${HOME}/dev/python-venv` with the following command: cd ${HOME}/dev - virtualenv -p /usr/bin/python2.7 ${HOME}/dev/python2.7-venv - -And for future ease of changing python versions: - - ln -s python2.7-venv python-venv + virtualenv ${HOME}/dev/python-venv And now start using this venv: