'How to activate nested Anaconda environment in VSCode
I have a python code A which upon execution activates conda virtual env B, runs code B and deactivates environment B. I tried running code A in command line using Python 3.9.6 and also using Anaconda Python 3.9, it runs fine. I tried running the same in VSCode using Python 3.9.6 and it runs. But when I try to run that using Anaconda Python, it gives error saying particular module (which is installed in env B) is not found.
I have also added the Anaconda path in user and system variables. Any idea as to why this issue would be occurring for VS Code?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
