docs(faq): remove separate PS profile paths

This commit is contained in:
icy-comet 2022-02-28 00:23:05 +05:30 committed by Jan De Dobbeleer
parent 7c8ae38e45
commit d89d8904d6

View file

@ -143,7 +143,7 @@ conda config --set changeps1 False
Virtual environments created with `venv` add the active environment's name to the prompt automatically.
To disable this behaviour, set `VIRTUAL_ENV_DISABLE_PROMPT` environment variable to `1` on your system. Example files:
Note: Tilde (~) in paths refers to your user's home directory.
Note: Tilde (~) in paths refers to your user's home directory.
<Tabs
defaultValue="powershell"
@ -157,8 +157,7 @@ Note: Tilde (~) in paths refers to your user's home directory.
<TabItem value="powershell">
```powershell
# ~\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 (PowerShell v5.1 & below)
# ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 (PowerShell 7+)
# Your PowerShell $PROFILE
$env:VIRTUAL_ENV_DISABLE_PROMPT=1
```