I hereby claim:
- I am jnoss on github.
- I am noss_asics (https://keybase.io/noss_asics) on keybase.
- I have a public key ASDURdFKzakVhYNIJBDhMSBTfbalXMSCS8vqq7tq3xCo-wo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
The MySQLdb their code is looking for is pip installable, name is MySQL-python
Instructions for installing mysql on mac os x via homebrew (a command line package manager for mac)
Follow installation instructions at https://brew.sh/
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
sudo apt-get install libevent-dev | |
sudo apt-get install libncurses-dev | |
wget "https://github.com/tmux/tmux/releases/download/2.0/tmux-2.0.tar.gz" | |
tar xvfz tmux-2.0.tar.gz | |
cd tmux-2.0/ | |
./configure && make | |
sudo make install |