> Hi guys. I was taking a look at the proposed list of features in Fedora > 21, and this caught my eye: > > https://fedoraproject.org/wiki/Releases/21/ChangeSet#Python_3_as_the_Default_Implementation > > This means we'll have to adjust autotest and virt-test to properly > function under Fedora 21. The replacement we'd need is, replacing all > > #!/usr/bin/python > > With > > #!/usr/bin/python2 > > Alternatively, we could use > > #!/usr/bin/env python2 > > or something like that. I can't seem to remember why we don't use > /usr/bin/env anyway. > > Opinions?
#!/usr/bin/env python2 +1 -- Rudá Moura _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
