axcore / tartube

A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
GNU Lesser General Public License v2.1
2.12k stars 112 forks source link

README is missing tartube path for MacOS install to run executables by name in terminal #571

Closed inkhalistan closed 1 year ago

inkhalistan commented 1 year ago

To run tartube, ytdl, and ffmpeg on MacOS I entered the following in terminal:

echo "export PATH=\"python3 -m site --user-base/bin:\$PATH\"" >> ~/.zprofile

and to run the executables without restarting terminal, I also entered:

source ~/.zprofile

axcore commented 1 year ago

I have added that to the README. I don't have a Mac so I can't do any testing; let me know if the change is not right.