私はthis link about Kivy installation "Using Homebrew with pip"の指示に従いました。私は、下記のコードを実行しようとしたときbash:kivy:コマンドが見つかりません
はしかし、:
from kivy.app import App
from kivy.uix.button import Button
class TestApp(App):
def build(self):
return Button(text='Hello World')
TestApp().run()
をそれは私にエラーを与えた:
bash: kivy: command not found