Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialRichard Hummel
Courses Plus Student 5,677 PointsExplain --user vs non --user install
I have followed along with the video and did this both ways with mistune...however I am unclear about what the difference is between using "--user" or not using it. If anyone can explain it would be helpful.
1 Answer
Alex Brown
3,555 PointsHi Richard,
The command '--user' specifies the install for the current user only. For example, say you have three accounts on your computer named Richard, Max, and Pat. If you installed using '--user' while on the "Richard" account, the install would only be on the Richard account. You would not be able to access the installed files on Max or Pat's accounts.
On the other end, choosing not to use '--user' installs the files on every account, so you could use them in any account on the computer.