mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Merge pull request #845 from AlecPapierniak/master
Update installation.rst - add closing quote to virtualenv alias
This commit is contained in:
commit
aeb46ab5a9
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ the simplest possible way would look something like::
|
|||
|
||||
virtualenv ~/vdirsyncer_env
|
||||
~/vdirsyncer_env/bin/pip install vdirsyncer
|
||||
alias vdirsyncer="~/vdirsyncer_env/bin/vdirsyncer
|
||||
alias vdirsyncer="~/vdirsyncer_env/bin/vdirsyncer"
|
||||
|
||||
You'll have to put the last line into your ``.bashrc`` or ``.bash_profile``.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue