Adapt virtualenv steps to always select python3

This commit is contained in:
Markus Unterwaditzer 2017-10-06 18:32:17 +02:00
parent 81f7472e3a
commit c17fa308fb

View file

@ -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"