mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-13 09:56:30 +00:00
tested and updated cygwin docs, thanks to fvia
This commit is contained in:
parent
02d3376dd4
commit
12a50bc6fe
1 changed files with 10 additions and 2 deletions
|
@ -123,7 +123,8 @@ Some of the steps detailled below might be useful also for non-git installs.
|
||||||
|
|
||||||
Cygwin (from git)
|
Cygwin (from git)
|
||||||
-----------------
|
-----------------
|
||||||
Please note that running under cygwin is rather experimental.
|
Please note that running under cygwin is rather experimental, stuff has been
|
||||||
|
tested with CygWin (x86-64) v2.1.0.
|
||||||
|
|
||||||
You'll need at least (use the cygwin installer to fetch/install these):
|
You'll need at least (use the cygwin installer to fetch/install these):
|
||||||
|
|
||||||
|
@ -144,7 +145,14 @@ You can then install ``pip`` and ``virtualenv``:
|
||||||
|
|
||||||
::
|
::
|
||||||
|
|
||||||
easy_install pip
|
easy_install-3.4 pip
|
||||||
pip install virtualenv
|
pip install virtualenv
|
||||||
|
|
||||||
And now continue as for Linux (see above).
|
And now continue as for Linux (see above).
|
||||||
|
|
||||||
|
In case that creation of the virtual env fails, try deleting this file:
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
/usr/lib/python3.4/__pycache__/platform.cpython-34.pyc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue