User Tools

Site Tools


python:development_workflow

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
python:development_workflow [2017/05/07 15:07] – [Python Project Workflow] mithatpython:development_workflow [2017/05/07 15:09] (current) – [Getting a list of packages in the virtual environment] mithat
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 is discussed in this [[http://blog.miguelgrinberg.com/post/the-package-dependency-blues|this post]] from Miguel Grinberg's and in this [[http://stackoverflow.com/questions/5172029/tools-best-practices-for-managing-application-dependencies|Stack Overflow post]].+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://blog.miguelgrinberg.com/post/the-package-dependency-blues|this post]] from Miguel Grinberg'blog and in this [[http://stackoverflow.com/questions/5172029/tools-best-practices-for-managing-application-dependencies|Stack Overflow post]].
  
 ===== Virtual environments and IDEs ===== ===== Virtual environments and IDEs =====
python/development_workflow.txt · Last modified: 2017/05/07 15:09 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki