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

[Fixed] activate a conda environment before calling Python #405

Open
mrrezaie opened this issue Oct 10, 2023 · 0 comments
Open

[Fixed] activate a conda environment before calling Python #405

mrrezaie opened this issue Oct 10, 2023 · 0 comments

Comments

@mrrezaie
Copy link

mrrezaie commented Oct 10, 2023

Hi, in order to activate a Conda environment conda activate MyEnv followed by invoking iPython, just separate every word of the commands as strings and add && between the commands. This setting works for me (Windows 10) and I'm posting this for other users who need this.

"cmd": [
     "conda", "activate", "MyEnv",
     "&&",
     "ipython",
     ...
     ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant