touilleMan / godot-python

Python support for Godot 🐍🐍🐍
Other
1.83k stars 136 forks source link

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

Open TheBricktop opened 1 year ago

TheBricktop commented 1 year ago

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 commented 1 year ago

Hi,

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

source <venv_folder>/bin/activate

on windows:

source <venv_folder>\Scripts\activate
TheBricktop commented 1 year ago

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 :