Show HN: PyHN - Hacker news client for command line
pypi.python.org
Show HN: PyHN - Hacker news client for command line
1–10 of 19 posts
Re: Show HN: PyHN - Hacker news client for command line
#2Re: Show HN: PyHN - Hacker news client for command line
#3Its a pretty nifty concept. Wish there was a way to browse comments without leaving the terminal though.
Re: Show HN: PyHN - Hacker news client for command line
#4Re: Show HN: PyHN - Hacker news client for command line
#5Great idea, but the delivery leaves much to be desired: I am not going to run "pip install" and bypass the software management subsystem of my operating system, thereby compromising the integrity of my system . No OS package, no install.
Re: Show HN: PyHN - Hacker news client for command line
#6Great idea, but the delivery leaves much to be desired: I am not going to run "pip install" and bypass the software management subsystem of my operating system, thereby compromising the integrity of my system . No OS package, no install.
Re: Show HN: PyHN - Hacker news client for command line
#7Great idea, but the delivery leaves much to be desired: I am not going to run "pip install" and bypass the software management subsystem of my operating system, thereby compromising the integrity of my system . No OS package, no install.
Re: Show HN: PyHN - Hacker news client for command line
#8Great idea, but the delivery leaves much to be desired: I am not going to run "pip install" and bypass the software management subsystem of my operating system, thereby compromising the integrity of my system . No OS package, no install.
Genuinely curious - how does installing a Python library through pip 'compromise the integrity of [your] system'?
Re: Show HN: PyHN - Hacker news client for command line
#9Earlier quoted context omitted.
Genuinely curious - how does installing a Python library through pip 'compromise the integrity of [your] system'?
The distribution packages are often carefully tuned to match compatible versions, with pip, you might add something that the packaging system doesn't account for. I disliked pip ever since but the virtualenv idea sounds good.
Re: Show HN: PyHN - Hacker news client for command line
#10Great idea, but the delivery leaves much to be desired: I am not going to run "pip install" and bypass the software management subsystem of my operating system, thereby compromising the integrity of my system . No OS package, no install.