The first line of volk_register.py
#! /usr/bin/python
should be changed to
#! /usr/bin/env python
Otherwise, on system where python is not installed in /usr/bin,
bootstrap will fail
Kyle
The first line of volk_register.py
#! /usr/bin/python
should be changed to
#! /usr/bin/env python
Otherwise, on system where python is not installed in /usr/bin,
bootstrap will fail
Kyle
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs