Cannot activate Conda environment from subprocess
问题 I am building an Electron app (running an Angular application) which acts as the User Interface for a python program underneath. The python program uses anaconda for package management (I am using miniconda for development). When the app boots up, it checks whether the required conda environment exists, and if not, creates it. The following code is part of a Service which is responsible for managing the python program. public doEnvironmentSetup() { let stdOutSub = new Subject<string>(); let