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
Complete, minimal, self-contained example code that reproduces the issue.
anaconda-project run conda list
# or alternatively
anaconda-project run python
Command output and/or screenshots of the bug in action
On one user's machine, running python ends up with a broken double-prompt, shown in screenshot below (with username/directory redacted.) On my test machine, python breaks in a different way, and conda list will output the installed packages and then proceed to overwrite the output with new lines as I hit enter.
The text was updated successfully, but these errors were encountered:
Software version info:
(anaconda-project version, conda version, etc.)
Anaconda=2021.11
conda=4.11.0
anaconda-project=0.10.1
Expected behavior is for the environment to activate and display the appropriate output or prompt. Actual behavior is a mangled prompt.
Relevant configuration files
anaconda-project.yml:
Complete, minimal, self-contained example code that reproduces the issue.
Command output and/or screenshots of the bug in action
On one user's machine, running python ends up with a broken double-prompt, shown in screenshot below (with username/directory redacted.) On my test machine, python breaks in a different way, and conda list will output the installed packages and then proceed to overwrite the output with new lines as I hit enter.
The text was updated successfully, but these errors were encountered: