• 21 Posts
  • 133 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle

  • That’s the thing, I don’t know enough to know what to even ask.

    Fair enough.

    I have no idea what PATH is or why I want to do that, but I can do it

    Its really only for non standard installs. That is outside of the package manager or flatpak. PATH is just where the computer will look for executables. Since you installed from source or some other side then it won’t be in the normal /bin. You’re just updating your PATH to include other places.












  • A big part is kinda just doing it. I am trying to learn and it is kinda wild. I am currently working a warehouse job so it is hard to find the time. Try and go back and implement some of your favorite homework assignments in Rust.

    I think a hard part of Rust is the mind shift. It just feels very different from anything else I have tired. I am doing some encapsulation for my learning, but it is not clear where to read about it and there are few examples out there.