PY-53979: Activate Conda with PowerShell in terminal.

Since we don't store conda path in SDK, we only can ask user to run `conda init powershell` to patch her profile and add ``conda.exe`` to ``PATH``.

After that, we can run ``conda activate``.

GitOrigin-RevId: c6cdac9252f022d7bcd1e020c8aaeffaa89b3fbf
This commit is contained in:
Ilya.Kazakevich
2022-05-27 04:03:02 +03:00
committed by intellij-monorepo-bot
parent c71ace1c1f
commit a225ee6251
2 changed files with 26 additions and 11 deletions

View File

@@ -1 +1,2 @@
activate.virtualenv.checkbox.text=Activate virtualenv
activate.virtualenv.checkbox.text=Activate virtualenv
powershell.conda.not.activated=Failed to activate conda environment. Please open Anaconda prompt, and run `conda init powershell` there.