I'm trying to add a module to my PYTHONPATH permanently, I know this could sound like a duplicated question, but I tried all the solution that i could find.
what I want to do is:
the instructions to install it are:
Install
As PyLit is a pure Python module, installation is straightforward: Put pylit.py in Python's Module Search Path.
I need this module to be added permanently. I tried:
I'm a newbie with Python, but I have given a look at the module I want to add, and the structure seems weerd, usually I use a setup.py file but it is missing.
python setup.py install
I hope someone can help me out... Thanks
I just solved my issue... There were conflicts between ma python versions. I basically removed python 2.7 and reinstalled it.
Then I tried again with the pip approach and, after rebooting my mac book pro, everything worked just fine.