You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seem to be a couple issues when calling python from the WinPython Command Prompt.
Issue 1:
Bug: Calling python while in the install_dir/scripts directory opens up ptPython.
Expected: Calling python from any directory should run the standard python REPL. Calling ptpython from any directory should run ptpython.
Issue 2:
Bug: Exiting ptPython while in the install_dir/scripts directory exits to the install_dir/notebooks directory, but only if entered by using Bug1 above.
Expected: Exiting ptpython while in the install_dir/scripts directory should return the user to the install_dir/scripts directory.
I've finally gotten around to testing this, sorry for the delay! Issue 1 seems to be resolved. However, issue 2 still occurs. I've opened up bug #384 for it.
Uh oh!
There was an error while loading. Please reload this page.
Summary
There seem to be a couple issues when calling
python
from the WinPython Command Prompt.Issue 1:
python
while in theinstall_dir/scripts
directory opens upptPython
.python
from any directory should run the standard python REPL. Callingptpython
from any directory should run ptpython.Issue 2:
ptPython
while in theinstall_dir/scripts
directory exits to theinstall_dir/notebooks
directory, but only if entered by using Bug1 above.ptpython
while in theinstall_dir/scripts
directory should return the user to theinstall_dir/scripts
directory.Example:
Version:
Fresh install of WinPython 3.5.1.3 (bd23ff5)
The text was updated successfully, but these errors were encountered: