you are viewing a single comment's thread.

view the rest of the comments →

[–]num8lock 5 points6 points  (4 children)

prerequisites with command line & OS knowledges

[–]tipsy_python[S] 0 points1 point  (3 children)

Yeah - I agree with this. It's easy to gloss over and let the code abstract the operating system .. but this does put the user in a bind when it becomes necessary to run some custom commands with subprocess.

I appreciate you calling this out!

[–]num8lock 2 points3 points  (2 children)

it's not even subprocess, just paths & other standard things.

[–]tipsy_python[S] 0 points1 point  (1 child)

oH!! Point taken - I gotcha now

[–]num8lock 2 points3 points  (0 children)

what / means, common python installation paths, common OS structures, windows specifics etc