Hi all,
I'm trying to make a symlink of my Plex Media Scanner so I don't have to type the whole /Applications/Plex\ Media\ Server.app/Contents/MacOS/Plex\ Media\ Scanner
every time I want to use it. So I tried making a symlink like so :
sudo ln -s /Applications/Plex\ Media\ Server.app/Contents/MacOS/Plex\ Media\ Scanner /usr/bin/plex
When I type plex
or plex -h
in the terminal, I get the help. But then, when I try to list libraries using plex -l
it just gives me this error and I don't know what to do with it.
htmac:~ htmac$ plex -l
ImportError: No module named site
Any ideas?
Thanks!
Any ideas?
Thanks!