Merge pull request #845 from AlecPapierniak/master

Update installation.rst - add closing quote to virtualenv alias
This commit is contained in:
Hugo Barrera 2020-09-09 08:22:17 +00:00 committed by GitHub
commit aeb46ab5a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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``.