Skip to content

Commit

Permalink
Add reference to comment
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko Galimberti <[email protected]>
  • Loading branch information
Julian-O and misl6 authored Sep 10, 2023
1 parent ba92bac commit e5d9509
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildozer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ def check_application_requirements(self):
target_available_packages]

# Technique defined in venv library documentation.
# See: https://docs.python.org/3/library/venv.html#how-venvs-work
currently_in_venv = sys.prefix != sys.base_prefix

if requirements and currently_in_venv:
Expand Down

0 comments on commit e5d9509

Please sign in to comment.