Skip to content

example-get-started : use tar instead of zip #13

Closed as not planned
Closed as not planned
@jorgeorpinel

Description

@jorgeorpinel

I think we're using ZIP so Windows users can use the example-get-started repo

pushd $PACKAGE_DIR
zip -r $PACKAGE src/*
popd

But a) I can't run the above command from Windows (i.e. generating the repo, because zip isn't available on Win cmd or any terminal), and most importantly, b) unzip is also not a command shipped with Windows. You need to install it on some other console such as Git Bash using Chocolatey, etc.

wget https://code.dvc.org/get-started/code.zip
unzip code.zip
rm -f code.zip

Why not just use something more Linux friendly that we can also install on Windows anyway? Meaning tar

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions