Error: No package python3 available. sudo yum install python3 -y Loaded plugins: priorities, update-motd, upgrade-helper No package python3 available. Error: Nothing to do If you get above error, try this commend to Install Python 3 on an AWS EC2 instance ~$ sudo yum list | grep phython3 ~$ sudo yum install python34 Loaded plugins: priorities,Continue reading “Install Python 3 on an AWS EC2 instance?”
Tag Archives: Python
How to install Ansible
root@aryan-VirtualBox:~# apt-add-repository ppa:ansible/ansible Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy. Avoid writing scripts or custom code to deploy and update your applications— automate in a language that approaches plain English, using SSH, with no agents to install on remote systems. http://ansible.com/ More info: https://launchpad.net/~ansible/+archive/ubuntu/ansibleContinue reading “How to install Ansible”
Unleash Data Science Create scalable data products fast
GraphLab Create is a Python package that enables developers and data scientists to apply machine learning to build state of the art data products. Get started fast with our fully customizable GraphLab DataApps. GraphLab Create is fast, scalable and makes it easy to deploy your apps to the Cloud. http://graphlab.com/
You must be logged in to post a comment.