I just cloned the project into home directory and executed the setup.py from terminal. It set a Package in Python parent directory. I edits the code in home directory which I cloned.
When i run file , and import sympy it uses the package parent directory(usr/lib/..../sympy)
I wanted to override into home/sympy, so that I make the changes and test there in the home directory
Get me a solution for this OR Please Explain how you guys do it?
Yea Thanks
Yea Thanks