Closed dataflake closed 3 years ago
The debug command tries to be helpful and load/execute a $PYTHONSTARTUP file as the console comes up, if the user has one defined. Problem: It uses execfile, which doesn't exist in Python 3.
debug
$PYTHONSTARTUP
execfile
The
debug
command tries to be helpful and load/execute a$PYTHONSTARTUP
file as the console comes up, if the user has one defined. Problem: It usesexecfile
, which doesn't exist in Python 3.