facundoolano / feedi

RSS + Mastodon feed reader
GNU Affero General Public License v3.0
892 stars 28 forks source link

make problem #94

Closed marianasignal closed 9 months ago

marianasignal commented 10 months ago

hey great job! When install the project ,I got the following problem: image

system: windows/ git bash

facundoolano commented 10 months ago

What OS and shell are you using?

(It seems like the makefile is assuming a virtualenv file that’s not there)

El El mié, 17 ene 2024 a la(s) 06:49, Signal @.***> escribió:

hey great job! When install the project ,I got the following problem: image.png (view on web) https://github.com/facundoolano/feedi/assets/30460985/34878f10-5318-44d8-b4a7-9045accb3373

— Reply to this email directly, view it on GitHub https://github.com/facundoolano/feedi/issues/94, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAH6ELL276Z22HCGD2SYUXTYO6NC7AVCNFSM6AAAAABB6HIRRGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGA4DKOBQG4YDOMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>

marianasignal commented 10 months ago

OS:windows shell: bash(git bash in windows)

facundoolano commented 10 months ago

It seems like Python places the venv activate script in a different directory in Windows. I can take a look into adding windows support in the Makefile, but it may take me a while to get to it.

In the meantime, perhaps you can patch the makefile locally or run the commands manually instead of through make.

juanbono commented 10 months ago

@YoungKang1222 The file is probably called activate.bat on Windows.

marianasignal commented 9 months ago

It seems like Python places the venv activate script in a different directory in Windows. I can take a look into adding windows support in the Makefile, but it may take me a while to get to it.

In the meantime, perhaps you can patch the makefile locally or run the commands manually instead of through make.

i'll try it, thanks

@YoungKang1222 The file is probably called activate.bat on Windows.

i 'll check it, thanks!