jyotichauhan

Results 1 comments of jyotichauhan

Find the file: ``` /var/tmp/configuration/playbooks/roles/edxapp/tasks/python_sandbox_env.yml ``` Change this: command: update-alternatives –set libblas.so.3gf /usr/lib/libblas/libblas.so.3gf to: command: update-alternatives –set libblas.so.3 /usr/lib/libblas/libblas.so.3 and this: command: update-alternatives –set liblapack.so.3gf /usr/lib/lapack/liblapack.so.3gf to: command: update-alternatives –set...