Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Certain environments in windows result in mangled prompts #367

Open
mxava opened this issue Feb 9, 2022 · 0 comments
Open

[BUG] Certain environments in windows result in mangled prompts #367

mxava opened this issue Feb 9, 2022 · 0 comments
Labels
TRIAGE Uncategorized issue

Comments

@mxava
Copy link

mxava commented Feb 9, 2022

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:

name: name
description: description
packages: [ python=3.6.3 ]
channels: [main]
platforms: [win-64]
env_specs:
  new_py36: {}

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.
double-prompt

@mxava mxava added the TRIAGE Uncategorized issue label Feb 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TRIAGE Uncategorized issue
Projects
None yet
Development

No branches or pull requests

1 participant