Open YiweiNiu opened 5 years ago
Hi,
I got the following error when installing RAMBL.
$ ~/software/Python.2.7.13/bin/python setup.py install --prefix=$PWD running install running build running build_scripts Compiling StrainCall error: [Errno 13] Permission denied
Bests, Yiwei Niu
I got the same error. @YiweiNiu, did you manage to solve it?
I solved it. Use this before cloning RAMBL:
export CXX=$(which g++)
Hi,
I got the following error when installing RAMBL.
Bests, Yiwei Niu