Replies: 3 comments 8 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
After ".venv" is active on my Fish shell terminal, when I start to type in "py5", the option "py5-cmd" shows up for auto-complete. Once I add in a hyphen "py5-", and then press TAB, all of these options appear:
|
Beta Was this translation helpful? Give feedback.
1 reply
-
I have a generic "py" .venv full of installed packages which I activate by typing in the alias "pyv":
BtW, I have both py5 & thonny related packages on that ".venv". Some examples:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I know I have a backlog of PRs I proposed myself about documentation tweaks, but ideas come faster than I can act upon. I'd like to record here some stuff that is kind of in my mind right now before I forget.
I feel like The Modes page (https://py5coding.org/content/py5_modes.html) is hugely important for people wanting to make sense of how to use py5, it can set people for success by showing roads that fit well with their current programming skills.
data
folder. Isn'tpy5.sketch_path('data')
a simpler way of finding it than importingos
? Could the note be moved further down?py5-run-sketch
CLI command, and it should be linked on the modes page.Beta Was this translation helpful? Give feedback.
All reactions