I have Sympy installed with Anaconda, my version (Sympy) is 0.7.6.
I want to use the Symbian git version. Do you know how I can tell Anaconda to replace 2 versions?
I tried using the clone git command, but the Sympy folder from git and Anaconda does not look the same, so I cannot replace it with another.
git clone git:
Is there a command like: "conda update-git sympy"?
I found this answer, but I did not understand how to do it.
Is it possible to make "conda build" from the github branch?
UPDATE : I used the following command and worked
python setup.py develop
in my simplex directory.
Thanks @asmeurer
dooms source share