Skip to content

Not windows-friendly things #37

@fontclos

Description

@fontclos

There are a couple of things not 'windows friendly' - this rsync error is the first you'll hit.:

  1. subprocess calls to rsync, wget and ln. Windows needs cwRsync, wget installed and added to path, and use mklink instead of ln
  2. "\" vs "/" as a hardcoded file separator. Search for "/" and replace with os.path.sep

Working windows version a WIP - will push when/if I have it working.
Alternatively (win10) run in ubuntu_on_windows.

Originally posted by @aegis1980 in #30 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions