If I have a python library I use in my GitHub project, will someone without that python package still be able to run my code after cloning my project? If not, can a python library be attached to a repo?
Also, if I have a bash file, will it still be able to run with people without bash?
Lastly, how do you attach whole languages like Python, C#, or any language inside of your repo so everyone can use your project?