Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing packages only shows "requirement already satisfied " but points to global python installation #368

Open
TheBricktop opened this issue Sep 1, 2022 · 2 comments

Comments

@TheBricktop
Copy link

Hello,
im obviously making something wrong or skipped vital step but when Im Installing packages only shows "requirement already satisfied " but points to global python installation and not the localisation of the interpreter in the plugins folder of my godot project.
Why am i like this.

@gregcsokas
Copy link

Hi,

Probably you have to activate your virtual env.
on linux:

source <venv_folder>/bin/activate

on windows:

source <venv_folder>\Scripts\activate

@TheBricktop
Copy link
Author

TheBricktop commented Sep 3, 2022

but there is no activate in the Scripts folder where the python interpreter sits
obraz

Okay ive managed to install pip and packages by using the direct method in VScode :

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants