dotfiles
dotfiles copied to clipboard
pip freeze shows an unknown package
After installing the dotfiles, if I do pip freeze then the list has this thing:
-e git+https://github.com/shawncplus/powerline.git@4f8f9616ace388653ade3831e6ccf442461d13aa#egg=powerline_status-feature_shawncplus
I am unable to get what this is, and how to remove it?
The script downloads my fork of powerline and does a pip install pointing to that. If you don't want to use my fork just install powerline normally and everything will work fine. My fork just adds the ability to set the timezone for the date segment so you can have two different date segments with different timezones in the statusline (I wanted to show local (server) time and EST)