Hacker News new | ask | show | jobs
by amjith 2726 days ago
Damn it! :)
1 comments

Would you consider changing pip to pip3 in your command? Lead the way with good practice?
Pip3 is usually a sign that you're installing into your system python packages instead of a virtualenv. The usual best practice is to use a virtualenv.
I'm not sure how that is good practice?
Its a Python3 script, shouldn't it use pip3 ?

  I installed it with: $ sudo pip3 install litecli

  (seemed to work)
Dont use sudo pip, it can break your system.
It's compatible with python2