Skip to content

Instantly share code, notes, and snippets.

@hugosenari
Last active March 2, 2021 02:14
Show Gist options
  • Save hugosenari/3208aa1cf004148077e1fb94fa50da82 to your computer and use it in GitHub Desktop.
Save hugosenari/3208aa1cf004148077e1fb94fa50da82 to your computer and use it in GitHub Desktop.
pipenv-action
#!/bin/bash
pip install pipenv
python --version
pipenv --three
pipenv install --dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment