注意这些命令都要在powershell中执行
C:\Users\24541\AppData\Roaming\Python\Scripts\poetry
C:\Users\24541\AppData\Roaming\Python\Scripts
You can uninstall at any time by executing this script with the --uninstall option,
and these changes will be reverted.
Installing Poetry (1.8.4)
Installing Poetry (1.8.4): Creating environment
Installing Poetry (1.8.4): Installing Poetry
Installing Poetry (1.8.4): Creating script
Installing Poetry (1.8.4): Done
Poetry (1.8.4) is installed now. Great!
To get started you need Poetry's bin directory (C:\Users\24541\AppData\Roaming\Python\Scripts) in your `PATH`
environment variable.
Alternatively, you can call Poetry explicitly with `C:\Users\24541\AppData\Roaming\Python\Scripts\poetry`.
You can test that everything is set up by executing:
`poetry --version`
PS V:\Web\SuperScopeChat\financial-agent-ui\backend>
配置环境变量命令行
$Env:Path += ";C:\Users\24541\AppData\Roaming\Python\Scripts"; setx PATH "$Env:Path"
注意这里的24541是你的系统名字