7.25.0 : Alias is broken on some Linux distros
See original GitHub issueHello,
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:
- Created 2 years ago
- Comments:9 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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
Right, sounds pretty downstream. In the
pip
andconda
versions, setuptoolsentry_points
are used, which generally seem to work wherever, once they work for anything…