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:49] – [Python Project Workflow] mithatpython:development_workflow [2016/07/13 02:51] – [Virtual environments and IDEs] mithat
Line 25: Line 25:
 Virtual environments present an added layer of complexity when using IDEs. To run the project within the right environment and to get accurate auto completion and the like, the IDE needs to be aware of the virtual environment it should use for the project. Note that this might be a different environment than the one under which the IDE itself is preferred to run. Virtual environments present an added layer of complexity when using IDEs. To run the project within the right environment and to get accurate auto completion and the like, the IDE needs to be aware of the virtual environment it should use for the project. Note that this might be a different environment than the one under which the IDE itself is preferred to run.
  
-Each IDE is different, so generalized help is tricky. It might work to run the IDE from a shell that has its virtual environment set as desired, but this will run the IDE itself within that environment, which may not be what you want.+Each IDE is different, so generalized help is tricky. It might work to run the IDE from a shell that has its virtual environment set as desired, but this will run the IDE itself within that environment as well, which may not be what you want.
python/development_workflow.txt · Last modified: 2017/05/07 15:09 by mithat

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki