inshellisense icon indicating copy to clipboard operation
inshellisense copied to clipboard

`conda` not working within the `inshellisense` instance

Open brianferri opened this issue 1 year ago • 1 comments

Describe the bug Once an inshellisense shell has been spun up it is impossible to access any conda environment

To Reproduce

  1. Open any terminal
  2. Start an inshellisense shell (non-login due to https://github.com/microsoft/inshellisense/issues/285)
  3. Activate a conda environment using conda activate or by opening a project in VSCode that supports local .conda env
  4. See that by doing which python the path is not the one from the selected environment

Expected behavior I'd expect that the conda environment would get activate as usual, showing the correct path when queried and allow the user to access the dependencies which are installed in that environment

Environment

  • OS: [e.g. iOS] MacOS Sonoma 14.6.1 (23G93)
  • Output of is --version: 0.0.1-rc.16
  • Nodejs Version: [e.g. 20.9.0] v22.2.0
  • Shell: [e.g. bash, zsh, fish] zsh
  • Shell Version: [e.g. 5.2.21] zsh 5.9 (x86_64-apple-darwin23.0)

Additional context I installed the miniconda distribution from https://docs.anaconda.com/miniconda/ running conda 23.11.0

brianferri avatar Sep 18 '24 15:09 brianferri

@cpendery you added this issue to an already closed milestone. Bringing it to your attention just in case it was a mistake.

brianferri avatar Sep 24 '24 08:09 brianferri

This should be fixed in 0.0.1-rc.17 which is releasing shortly. Please run is doctor after installing and fix any of the recommendations before retrying

Image

cpendery avatar Nov 07 '24 04:11 cpendery