Skip to content
Snippets Groups Projects
Commit 7ed34389 authored by Anton Akhmerov's avatar Anton Akhmerov Committed by Joseph Weston
Browse files

ensure everything runs outside of virtual environments (see PEP 394)

parent 714daa26
No related branches found
No related tags found
No related merge requests found
......@@ -136,5 +136,5 @@ $(foreach name,$(SCRIPTS),$(eval $(call makedep,$(name))))
# Generation of images
.%_flag: %.py
cd $(dir $<) && python $(notdir $<)
cd $(dir $<) && python3 $(notdir $<)
@touch $@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright 2011-2015 Kwant authors.
#
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment