mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
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:
committed by
intellij-monorepo-bot
parent
c71ace1c1f
commit
a225ee6251
@@ -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.
|
||||
Reference in New Issue
Block a user