You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I use IDLE Python, which means to install a library, I have to go to a special folder, seperate from my programs, and do pip install whateverlibraryiwanttoinstall. I tried doing it with Manim and it seemed to install but when I went to do manim -pql my-code.py CoolScene it returned 'manim' is not recognized as an internal or external command, operable program or batch file.. Thanks for the help in advance!
Info: I'm using command prompt on Windows 10 and, like I said before, I use IDLE Python 3.12.
The text was updated successfully, but these errors were encountered:
The message : 'manim' is not recognized as an internal or external command, operable program or batch file indicates that manim is not in your PATH variable. Try checking if in the PATH variable there's a reference to manim.
Hello! I use IDLE Python, which means to install a library, I have to go to a special folder, seperate from my programs, and do
pip install whateverlibraryiwanttoinstall
. I tried doing it with Manim and it seemed to install but when I went to domanim -pql my-code.py CoolScene
it returned'manim' is not recognized as an internal or external command, operable program or batch file..
Thanks for the help in advance!Info: I'm using command prompt on Windows 10 and, like I said before, I use IDLE Python 3.12.
The text was updated successfully, but these errors were encountered: