build wheels script bug fix
script currently quits because it cannot find conda
somehow the `source ~/.bashrc` line is not changing the path within
script, so it quits when it cannot find conda.
apply_patches was executed using a relative path, made that
semi-absolute.