Python pipenv help
Here are some resources that I used:
- Python Environment 101 - How are pyenv and pipenv different and when you should be using them - long but has some good information
- The Python virtual environment with Pyenv & Pipenv
- Why you should use pyenv + Pipenv for your Python projects - this has a lot of practical stuff. More like the Python Environment 101 article, but has examples if you're converting to pipenv.
- This one is trending to be my go-to document!
- shows how to add your own scripts to the Pipfile like you would in npm's package.json -- bonus! Then you'd run it like
pipenv run <your-script-name- very nice.
- pipenv documentation - seems hard to find things, but I'm sure it has a lot of good stuff
- pipenv docs - Advanced Usage of Pipenv - should read this. Lots of good tips and info
- PYENV AND PIPENV FOR THE PERFECT PYTHON ENVIRONMENT - targetted for Linux Ubuntu, but should still be useful. Should be helpful to "recreate" on a machine that doesn't have project installed.
- Managing Python Environments
- Jetbrains Configure a Pipenv environment - good information for using PyCharm with pipenv
- has instructions on setting up with pipenv - need to set bin directory
- tells how to setup new environment using pipenv
- and for existing projects
- should read this and use it - after I get things going