Skip to content

Instantly share code, notes, and snippets.

@rcanepa
Last active August 16, 2019 00:57
Show Gist options
  • Save rcanepa/c577a58dcd480575d67cc286e185e101 to your computer and use it in GitHub Desktop.
Save rcanepa/c577a58dcd480575d67cc286e185e101 to your computer and use it in GitHub Desktop.
Start python project with pyenv and pipenv
$ mkdir new-project
$ cd new-project
$ pyenv local <python-version>
$ pipenv install <package>
- About pipenv
https://docs.pipenv.org/
https://docs.pipenv.org/basics/
https://realpython.com/pipenv-guide/
https://packaging.python.org/tutorials/managing-dependencies/#managing-dependencies
https://docs.pipenv.org/
- About pyenv
https://github.com/pyenv/pyenv
https://amaral.northwestern.edu/resources/guides/pyenv-tutorial
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment