python:development_workflow
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
python:development_workflow [2016/07/13 03:36] – [Getting a list of packages in the virtual environment] mithat | python:development_workflow [2017/05/07 15:09] (current) – [Getting a list of packages in the virtual environment] mithat | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Python Project Workflow ====== | ====== Python Project Workflow ====== | ||
- | To manage | + | For managing |
===== Projects require virtual environments ===== | ===== Projects require virtual environments ===== | ||
Line 20: | Line 20: | ||
===== Getting a list of packages in the virtual environment ===== | ===== Getting a list of packages in the virtual environment ===== | ||
When you want to deploy your project on another machine, you will want the environment on the host to use the same versions of the packages | When you want to deploy your project on another machine, you will want the environment on the host to use the same versions of the packages | ||
- | you used while developing it (i.e., those in your virtual environment). The process of generating a list of those packages and re-installing them are discussed in this [[http:// | + | you used while developing it (i.e., those in your virtual environment). The process of generating a list of those packages and re-installing them is discussed in this [[http:// |
===== Virtual environments and IDEs ===== | ===== Virtual environments and IDEs ===== |
python/development_workflow.1468381008.txt.gz · Last modified: 2016/07/13 03:36 by mithat