-1

I want to change the PS <path>> to (pyside2) PS <path>>.

I am trying to execute a command in VS Code's ternimal. But I don't know how to change PS to (pyside2) in Powershell.

Gino Mempin
  • 25,369
  • 29
  • 96
  • 135
  • 1
    looks like the activation of a Python Virtual Environment, execute the command to activate the virt env – rioV8 Aug 20 '23 at 04:18
  • 1
    What is "*(pyside2)*" supposed to be? Is that your virtual environment? – Gino Mempin Aug 20 '23 at 04:38
  • Do you **only** want to change how the prompt looks? Or do you **want something specific to happen**, which is the **meaning of** this change to the prompt? **Why** do you want it to happen - what *problem do you expect to solve* by having it change? Are you able to do this in other shells, such as `cmd`? – Karl Knechtel Aug 20 '23 at 10:08

1 Answers1

-1

After input the commond python -m venv and start a powershell.The question is solved.