Skip to content

Instantly share code, notes, and snippets.

@melMass
Last active September 13, 2019 11:39
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 melMass/9ec2d1798dc9ef1445fad457de8f836c to your computer and use it in GitHub Desktop.
Save melMass/9ec2d1798dc9ef1445fad457de8f836c to your computer and use it in GitHub Desktop.

CLI References

Python

  • Pipenv:

    • pipenv --python [2.7|3.6] Install specific version of python
    • pipenv install --dev --skip-lock Install Dependencies and Dev Dependencies
    • pipenv run xxx Run command inside Virtual Env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment