mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-23 00:07:38 +00:00
feat(docs): use virtualenv on Cygwin
Hint for Cygwin users to make sure they use a virtual environment. Not using a virtual environment will be likely troublesome if there is already a Python installed on Windows.
This commit is contained in:
parent
d4ea88433c
commit
a6b016f894
1 changed files with 1 additions and 0 deletions
|
@ -332,6 +332,7 @@ Use the Cygwin installer to install the dependencies::
|
|||
libssl-devel libxxhash-devel liblz4-devel libzstd-devel
|
||||
binutils gcc-g++ git make openssh
|
||||
|
||||
Make sure to use a virtual environment to avoid confusions with any Python installed on Windows.
|
||||
|
||||
.. _windows-binary:
|
||||
|
||||
|
|
Loading…
Reference in a new issue