godot-python icon indicating copy to clipboard operation
godot-python copied to clipboard

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

Open TheBricktop opened this issue 3 years ago • 2 comments

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.

TheBricktop avatar Sep 01 '22 14:09 TheBricktop

Hi,

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

source <venv_folder>/bin/activate

on windows:

source <venv_folder>\Scripts\activate

gregcsokas avatar Sep 02 '22 05:09 gregcsokas

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 :

TheBricktop avatar Sep 03 '22 21:09 TheBricktop