Jürgen Gmach has proposed merging 
~jugmac00/lp-signing:hardcode-path-to-virtualenv into lp-signing:master.

Commit message:
Hardcode /usr/bin/virtualenv path

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~jugmac00/lp-signing/+git/lp-signing/+merge/415784
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of 
~jugmac00/lp-signing:hardcode-path-to-virtualenv into lp-signing:master.
diff --git a/Makefile b/Makefile
index c5c3751..faca702 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ SWIFT_OBJECT_PATH = \
 
 
 $(ENV)/prod: | $(DEPENDENCY_DIR)
-	virtualenv $(ENV) --python=python3
+	/usr/bin/virtualenv $(ENV) --python=python3
 	$(PIP) install -f $(DEPENDENCY_DIR) --no-index -c requirements.txt -e .
 	./link-system-packages.py "$(SITE_PACKAGES)" system-packages.txt
 	git rev-parse HEAD >version-info.txt
_______________________________________________
Mailing list: https://launchpad.net/~launchpad-reviewers
Post to     : launchpad-reviewers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~launchpad-reviewers
More help   : https://help.launchpad.net/ListHelp

Reply via email to