Viewing profile — rterzi
rterzi
HN member- Joined
- Tue, May 02, 2017, 5:59 PM UTC
- HN karma
- 195
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About rterzi
No profile information was provided.
Recent public activity
-
comment
Comment #18717634
No need to symlink manually, the `alternatives` mechanism will handle that for you.
-
comment
Comment #18717614
"Ship with" is a bit too ambiguous for my taste. F28/F29 "ship with" Python 2 in the sense that the packages are there, just not installed with a default install. If you `dnf insta…
-
comment
Comment #18717353
First, This is about RHEL 8 (Beta) not 7, 6, etc. Second `#!/usr/bin/python` is a different animal than `#!/usr/bin/env python`. One is hard coded. The other is `PATH` based so wil…
-
comment
Comment #18716701
Fedora at least as of F28, moved to have system tools like dnf use Python 3. For RHEL 8, the tools included with the system will use a different binary, platform-python that isn't …
-
comment
Comment #18716680
#!/usr/bin/env python is almost guaranteed to give you a surprise at some point. If someone has a virtualenv or conda env active in that shell it will be a different python environ…
- story
- story
-
comment
Comment #16952719
APL has a long an interesting history. It was successfully used for decades in Wall Street firms. It's also worth looking at * The A+ programming language, an APL derivative create…
- story
- story