garden not running in Terminal MacOS

23 views
Skip to first unread message

A Wilhelmsen

unread,
Mar 3, 2024, 2:12:08 PM3/3/24
to Kivy users support
hi,

after installing garden with

pip install kivy-garden on my  Mac its not possible to run run garden from terminal.

I can find a garden.bat (I think this is for Windows) but there is no garden bin-file to find.

 arno$ python3.9 -m pip show kivy_garden

gives:

Name: Kivy-Garden
Version: 0.1.5
Summary: UNKNOWN
Home-page:
Author:
Author-email:
License: MIT
Location: /Users/arno/kivy_venv/lib/python3.9/site-packages
Requires: requests
Required-by: Kivy
(kivy_venv) (base) MacBook-Air-von-Arno:~ arno$

Installing the above path in ~/.bash_profile doesn't help.

Thanks for help :)

Juan Sanchez

unread,
Mar 3, 2024, 3:12:39 PM3/3/24
to kivy-...@googlegroups.com
I've noticed that scripts don't always get marked executable, especially on macOS.  Please try:
ls -l $VIRTUAL_ENV/bin/garden

if there are no "x" in the permissions then try:
chmod +x $VIRTUAL_ENV/bin/garden

and then try running the script again.

Regards,
Juan
--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kivy-users/0e44027b-bc2a-4338-bcf9-1edfb6c6ffc8n%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages