Skip to content

Instantly share code, notes, and snippets.

@hngkr
Created July 12, 2019 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hngkr/c4e3aac9a480ed735473dc4e8ec60c39 to your computer and use it in GitHub Desktop.
Save hngkr/c4e3aac9a480ed735473dc4e8ec60c39 to your computer and use it in GitHub Desktop.
change directory example
with cd(project_dirname):
shutil.make_archive(archive_name, "zip")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment