Froth on the Daydream

Technology, Music and so on

Amazon LinuxにSeleniumをインストール

sudo pip install selenium

ギター(また)始めました

実は、今年の初めに長い間ケースに入れっぱなしでほったらかしになっていた楽器類を出してきて、毎晩練習している。 娘がピアノを始めたのがきっかけ。 最初は、一緒にピアノを練習しようと思ったんやけど、実際やってみると指が動かなすぎてフラストレーシ…

Begin the guitar again

Actually, at the beginning of this year, I pulled out the guitar that had been left in the case for many years and I've been practiceing from then on. The chance was that my daughter began playing the piano. At first I was trying to practi…

Install pip to Amazon Linux

Install pip (Package manager of Python) to Amazon Linux $ sudo easy_install pipSearching for pipBest match: pip 6.1.1Adding pip 6.1.1 to easy-install.pth fileInstalling pip script to /usr/local/binInstalling pip2.7 script to /usr/local/bin…

Install Python 3 to Amazon Linux

I installed Python 3 to Amazon Linux because default version was 2.7.12 on Amazon Linux.(Sep 2017) Try apt-get $ sudo apt-get install python3 sudo: apt-get: command not found Oops.. https://forums.aws.amazon.com/thread.jspa?threadID=72398 …