Opened 7 years ago

Closed 6 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 7 years ago by mf2k (Frank Schima)

Priority: HighNormal

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

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Keywords: Python Bash removed
Owner: set to jyrkiwahlstedt
Status: newassigned

In the future, please Cc the port maintainers (port info --maintainers python36), if any.

comment:3 Changed 7 years ago by jmroot (Joshua Root)

Owner: changed from jyrkiwahlstedt to jmroot

comment:4 Changed 6 years ago by jmroot (Joshua Root)

Resolution: duplicate
Status: assignedclosed
Note: See TracTickets for help on using tickets.