question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

7.25.0 : Alias is broken on some Linux distros

See original GitHub issue

Hello,

Installed Ipython on RHEL 8, but faced a command-not-found, then discovered that the alias is set to :

ipython='python -c '\''import IPython; IPython.terminal.ipapp.launch_new_instance()'\'

The python executable is not a thing any more on a lot of linux distro, having been phased out by the EOL of Python 2 (notably Debian-based distros are the exceptions), putting the alias to python3 would guarantee that the alias work in every system that is near up-to-date

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
signed-logcommented, Jun 28, 2021

Oh, I’m really sorry for raising that issue, this alias is set by oh my zsh, the other issue (#13036) is independent from that

1reaction
bollwyvlcommented, Jun 28, 2021

Right, sounds pretty downstream. In the pip and conda versions, setuptools entry_points are used, which generally seem to work wherever, once they work for anything…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Changelog - curl
wolfSSL: fix session management bug. Fixed in 7.85.0 - August 31 2022. Play video curl 7.85.0 release video. Changes: quic ...
Read more >
285669 – net-misc/curl: multiple test failures - Gentoo's Bugzilla
I just tried curl-7.34.0 on ~amd64 and there are still some test failures, so restricting is probably appropriate.
Read more >
Release Notes - Rosette Text Analytics Support
Fixed a script guesser failure to correctly classify some Japanese strings mixing Kanji and Katakana as Jpan. (RLPNC-3516). Characters that don't occur in...
Read more >
Release 7.25.0 The IPython Development Team
Alias facility for defining your own system aliases. ... I've started to test on Python 3.9 PR #12307 and fix some errors.
Read more >
https://raw.githubusercontent.com/DataDog/datadog-...
Fix potential panic when removing a service that the log agent is currently ... Some linux distributions like Alpine Linux enable stack protector...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found