EDIT:我可以通过在<条码>cmd条码>上开放文箱,安装到正确地点。 因此,我认为它是一个具体问题,具体涉及密码。
I am using a virtual environment in VS Code. I set it up through python -m venv .venv
to create the environment. VS Code recognizes it and activates it. If I uses sys.executable
it gives me the correct location.
任何时候 我运行了<代码>pip装置和带;module>或py -m pip装置 <module>
,它始终安装在花板基地点,而不是静电,尽管我是在静脉内工作。
When i run pip show pip
I get the below answer:
Result
我认为,当我通过密码启动静脉时,由于某种原因,就没有安装改道。
谁能帮助我找到解决办法?
I have tried installing and reinstalling the venv, python, and vscode. I have redone my path variables as well.