mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Elaborate on advantages of virtualenv
This commit is contained in:
parent
4c34a1e62d
commit
3c29bcea77
1 changed files with 7 additions and 2 deletions
|
|
@ -69,7 +69,12 @@ the simplest possible way would look something like::
|
||||||
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``.
|
You'll have to put the last line into your ``.bashrc`` or ``.bash_profile``.
|
||||||
The main advantage is that you can delete the ``~/vdirsyncer_env`` folder to
|
|
||||||
uninstall vdirsyncer.
|
This method has two advantages:
|
||||||
|
|
||||||
|
- It separately installs all Python packages into ``~/vdirsyncer_env/``,
|
||||||
|
without relying on the system packages. This works around OS- or
|
||||||
|
distro-specific issues.
|
||||||
|
- You can delete ``~/vdirsyncer_env/`` to uninstall vdirsyncer entirely.
|
||||||
|
|
||||||
.. _virtualenv: https://virtualenv.readthedocs.org/
|
.. _virtualenv: https://virtualenv.readthedocs.org/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue