I am trying to instal LightAquaBlue
and I need to move the LightAquaBlue
directory to the python site-packages.
When I run it in the terminal I get this:
$ mv ~/Downloads/LightAquaBlue ~/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
mv: rename /Users/Pau/Downloads/LightAquaBlue to /Users/Pau/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages: No such file or directory
Any idea how I can fix it? Thanks!