Opened 9 years ago
Closed 8 years ago
#54184 closed defect (duplicate)
python36 - exit from console makes text invisible in bash
| Reported by: | dylib | Owned by: | jmroot (Joshua Root) |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.4.0 |
| Keywords: | Cc: | ||
| Port: | python36 |
Description
Python 3.6 installs without issue, and appears to execute fine:
$ python3.6
Python 3.6.0 (default, Dec 23 2016, 12:50:55)
[GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.38)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> print("foobar")
>>> foobar
>>> exit
>>> Use exit() or Ctrl-D (i.e. EOF) to exit
Upon exiting and returning to the previous bash shell nothing typed can be seen; text is there, although it is completely invisible to the user:
$ $ -bash: heljle??: command not found
The only way to currently resolve it is to restart Terminal or open a new session.
Change History (4)
comment:1 Changed 9 years ago by mf2k (Frank Schima)
| Priority: | High → Normal |
|---|
comment:2 Changed 9 years ago by mf2k (Frank Schima)
| Keywords: | Python Bash removed |
|---|---|
| Owner: | set to jyrkiwahlstedt |
| Status: | new → assigned |
In the future, please Cc the port maintainers (port info --maintainers python36), if any.
comment:3 Changed 9 years ago by jmroot (Joshua Root)
| Owner: | changed from jyrkiwahlstedt to jmroot |
|---|
comment:4 Changed 8 years ago by jmroot (Joshua Root)
| Resolution: | → duplicate |
|---|---|
| Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.

The Priority field is for use by Macports team members only.