From c17fa308fb0c788976535bde1e0848988fcf6fe6 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Fri, 6 Oct 2017 18:32:17 +0200 Subject: [PATCH] Adapt virtualenv steps to always select python3 --- docs/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index d93cfdd..68c6a73 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -84,7 +84,7 @@ There is a way to install Python software without scattering stuff across your filesystem: virtualenv_. There are a lot of resources on how to use it, the simplest possible way would look something like:: - virtualenv ~/vdirsyncer_env + virtualenv --python python3 ~/vdirsyncer_env ~/vdirsyncer_env/bin/pip install -v vdirsyncer alias vdirsyncer="$HOME/vdirsyncer_env/bin/vdirsyncer"