berkerpeksag / astor

Python AST read/write
https://pypi.org/project/astor/
BSD 3-Clause "New" or "Revised" License
810 stars 102 forks source link

python setup.py install does not install into anaconda #43

Closed pmaupin closed 7 years ago

pmaupin commented 9 years ago

Not sure why and no time to debug right now.

sudo python setup.py install will appear to work under anaconda, but will install into system python directories.

All that setup stuff is a complete mystery to me.

berkerpeksag commented 8 years ago

python is probably linked to the system Python. Perhaps something like conda install your/astor/directory/ would work?

pmaupin commented 7 years ago

Cannot reproduce ATM; closing