asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
665 stars 58 forks source link

cant compile python #75

Open niksfirefly opened 4 years ago

niksfirefly commented 4 years ago

I am getting error

/root/asdf -m 644 ./Tools/gdb/libpython.py python-gdb.py
make: execvp: /root/asdf: Permission denied
Makefile:662: recipe for target 'python-gdb.py' failed
make: *** [python-gdb.py] Error 127

I got asdf installed system wide on /opt/asdf with ASDF_DATA_DIR=/opt/asdf ASDF_DIR=/opt/asdf

regards