You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 25, 2019. It is now read-only.
With 0.9.3, the following command raises an error (after adding the prefix directory to PYTHONPATH):
$ python setup.py install --prefix=/tmp/aard
...
running install_data
creating /nix/store/a1x98y7y83j4x4d4pk21w9m4f60dgs9r-python-2.7.5/share/icons
error: could not create '/nix/store/a1x98y7y83j4x4d4pk21w9m4f60dgs9r-python-2.7.5/share/icons': Permission denied
The /nix/store/... path is where my python installation resides, so installation does not seem to follow the given --prefix. I also tried to add the parameter
--install-data=/tmp/aard
with the same outcome.
The problem occurs when trying to package aarddict for the GNU Guix distribution, in which each package is installed into its own directory.
Andreas
The text was updated successfully, but these errors were encountered:
With 0.9.3, the following command raises an error (after adding the prefix directory to PYTHONPATH):
$ python setup.py install --prefix=/tmp/aard
...
running install_data
creating /nix/store/a1x98y7y83j4x4d4pk21w9m4f60dgs9r-python-2.7.5/share/icons
error: could not create '/nix/store/a1x98y7y83j4x4d4pk21w9m4f60dgs9r-python-2.7.5/share/icons': Permission denied
The /nix/store/... path is where my python installation resides, so installation does not seem to follow the given --prefix. I also tried to add the parameter
--install-data=/tmp/aard
with the same outcome.
The problem occurs when trying to package aarddict for the GNU Guix distribution, in which each package is installed into its own directory.
Andreas
The text was updated successfully, but these errors were encountered: