Pip requires distribute. So we'd install distribute first.
$ cd Downloads/
$ curl -O http://python-distribute.org/distribute_setup.py
$ sudo python distribute_setup.py
Now we can install pip.
Pip requires distribute. So we'd install distribute first.
$ cd Downloads/
$ curl -O http://python-distribute.org/distribute_setup.py
$ sudo python distribute_setup.py
Now we can install pip.
Instructor: Jeffrey Way
To get up and running quickly on Ubuntu 12.04, try XAMPP for Linux.
# Tell Rack to run this application using `rackup hello.ru` | |
app = lambda { |env| [200, { 'Content-Type' => 'text/plain' }, ['Hello, world!']] } | |
run app | |
# What is `rackup`? | |
# `rackup` is an executable that takes the code, finds a web server for it and then runs it. | |
# See https://github.com/rack/rack/blob/f65969ccac8f6098acee9b1ab506283dfcdf18a5/bin/rackup. |
I want to start writing libraries and large applications using the JavaScript language. However, I don't know how to setup the project and which build tools to use. What I do know is that the JavaScript community has moved way beyond using browser developer tool plugins and strategically-placed console.log()
statements to debug, test, and build code.
I need help.
Below, I will keep track of articles, tutorials and tools I come across as I search for a way to bring my front-end development chops up-to-date.
Steps to install PIL
$ sudo apt-get install python-imaging
$ sudo apt-get install libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev
$ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libfreetype.so /usr/lib/
$ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libjpeg.so /usr/lib/
$ sudo ln -s /usr/lib/`uname -i`-linux-gnu/libz.so /usr/lib/
$ pip install PIL
https://devcenter.heroku.com/articles/django
This quickstart will get you going with a Python/Django application that uses
Prerequisites
https://help.ubuntu.com/community/CompilingEasyHowTo
$ sudo apt-get install build-essential checkinstall
Install RVM. See http://rvm.io/rvm/install for details.
IMPORTANT: Add to .bashrc the following
# Load RVM into a shell session *as a function*
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
Install a version of Ruby.
$ rvm install 2.1