Using git while running virtualenv -


i started using virtualenv python project. there issues initializing git , setting version control while in virtualenv? or, should deactivate before setting version control project directory? help.

unless intend place virtualenv source control (which not recommend do), there should no interference whatsoever when using git active virtualenv.

if have virtualenv folder set within project folder, add entry in .gitignore exclude it, , sure include requirements.txt file project's dependencies can installed accessing repository.


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -