Hi all,
I was trying to add a few test cases to issue #24267. I read through the contribution guidelines and made a fork, then created a virtual env using conda. cloned it to my local machine.
I tried running.
bin/test.
but I get the error.
(sympy-dev) victor@DESKTOP-USB5G1I:~/projects/opensource/sympy$ bin/test
-bash: bin/test: Permission denied
When I cloned it for the first time, it was working fine.
I deleted sympy using (rm -rf sympy) .
After that I re-cloned it . I am unable to run the tests.
Does anyone know what the problem might be?
Thank you,
Victor