mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Adapt virtualenv steps to always select python3
This commit is contained in:
parent
81f7472e3a
commit
c17fa308fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue