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
Post a Comment