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
Next revisionBoth sides next revision
python:development_workflow [2016/07/13 02:51] – [Virtual environments and IDEs] mithatpython:development_workflow [2016/07/13 03:19] – [Getting a list of packages in the virtual environment] mithat
Line 19: Line 19:
  
 ===== 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 to use the same versions of the packages +When you want to deploy your project on another machine, you will want the virtual environment on the host to use the same versions of the packages 
-you used while developing it (i.e., those in the virtual environment). To do this TODO.+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://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