===> bind10-1.2.0_2 You have python 2.7 set as the default, and this needs 3.4.
Trying to make clean install and running into this error. I have python 3.4 installed and can’t get around this.
I can install bind910 without issue but bind10 is unworkable.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
In case someone else has the same issue, it looks like the error is saying that the Default python needs to be 3.4. This should just be fixable by the symlink juggle.
Your symlink is probably already set for 2.7 to point to ‘python’. delete the link, create a new:
rm /usr/local/bin/python
ln -s /usr/local/bin/python3.4 /usr/local/bin/python
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.