Skip to content

Commit

Permalink
updated Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Apr 24, 2024
1 parent dc753d3 commit 1438f07
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ endif

export PATH := $(PATH):/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/opt/homebrew/bin

# Python breaking backwards compatibility as usual - set this to use historic behaviour and treat the user like an adult
# this way if the install is run for --user instead of in a virtualenv it'll still work
export PIP_BREAK_SYSTEM_PACKAGES := 1

DOCKER_IMAGE := harisekhon/github

ifneq ("$(wildcard /.dockerenv)", "")
Expand Down

0 comments on commit 1438f07

Please sign in to comment.