mirror of
				https://github.com/Klipper3d/klipper.git
				synced 2025-10-31 10:25:57 +01:00 
			
		
		
		
	build: Request python2 for all directly executed python binaries
Some systems point python to python3 instead of python2 - explicitly request python2 to avoid conflicts. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| #!/usr/bin/env python | #!/usr/bin/env python2 | ||||||
| # Script to implement a test console with firmware over serial port | # Script to implement a test console with firmware over serial port | ||||||
| # | # | ||||||
| # Copyright (C) 2016,2017  Kevin O'Connor <kevin@koconnor.net> | # Copyright (C) 2016,2017  Kevin O'Connor <kevin@koconnor.net> | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| #!/usr/bin/env python | #!/usr/bin/env python2 | ||||||
| # Main code for host side printer firmware | # Main code for host side printer firmware | ||||||
| # | # | ||||||
| # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| #!/usr/bin/env python | #!/usr/bin/env python2 | ||||||
| # Script to parse a serial port data dump | # Script to parse a serial port data dump | ||||||
| # | # | ||||||
| # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| #!/usr/bin/env python | #!/usr/bin/env python2 | ||||||
| # Script to interact with simulavr by simulating a serial port. | # Script to interact with simulavr by simulating a serial port. | ||||||
| # | # | ||||||
| # Copyright (C) 2015  Kevin O'Connor <kevin@koconnor.net> | # Copyright (C) 2015  Kevin O'Connor <kevin@koconnor.net> | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| #!/usr/bin/env python | #!/usr/bin/env python2 | ||||||
| # Script to handle build time requests embedded in C code. | # Script to handle build time requests embedded in C code. | ||||||
| # | # | ||||||
| # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| #!/usr/bin/env python | #!/usr/bin/env python2 | ||||||
| # Script that tries to find how much stack space each function in an | # Script that tries to find how much stack space each function in an | ||||||
| # object is using. | # object is using. | ||||||
| # | # | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| #!/usr/bin/env python | #!/usr/bin/env python2 | ||||||
| # Script to parse a logging file, extract the stats, and graph them | # Script to parse a logging file, extract the stats, and graph them | ||||||
| # | # | ||||||
| # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| #!/usr/bin/env python | #!/usr/bin/env python2 | ||||||
| # Script to calculate stats for each stepper from a log of messages | # Script to calculate stats for each stepper from a log of messages | ||||||
| # | # | ||||||
| # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | # Copyright (C) 2016  Kevin O'Connor <kevin@koconnor.net> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user