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

Investigate why conda activate does not work out of the box #1875

Closed
Tracked by #1887
sevillal opened this issue Jan 10, 2023 · 3 comments
Closed
Tracked by #1887

Investigate why conda activate does not work out of the box #1875

sevillal opened this issue Jan 10, 2023 · 3 comments

Comments

@sevillal
Copy link
Contributor

sevillal commented Jan 10, 2023

image

@sevillal
Copy link
Contributor Author

Workaround:

conda init bash

@sevillal
Copy link
Contributor Author

Waiting for response from Compute Instance team.

@sevillal
Copy link
Contributor Author

After investigation I've found we are impacted by this issue: microsoft/vscode-remote-release#1671

We can workaround it by manually changing the remote settings.json with:

{
    "terminal.integrated.defaultProfile.linux": "bash",
    "terminal.integrated.profiles.linux": {
        "bash": {
            "path": "bash",
            "icon": "terminal-bash",
            "args": ["-l"]
        }
    }
}

Closing this investigation issue and opening the following issue to implement the workaround: #2095

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant