Boston Python Workshop/Friday handout/Windows: Difference between revisions

imported>Paulproteus
(Fixed up command line section)
imported>Paulproteus
Line 16:
 
== Install Python ==
* Go to http://rubyinstallerpython.org/download/ and download Rubythe 1.9.latest version of Python ''2.7'' (or2.7.1 greaterat the time of writing).
* Test your RubyPython install in the command prompt using the "-v" version flag:
* Click on the downloaded file to install.
 
** ''Important'': Take note the folder where Ruby is installed. You will need the path of this folder later when installing SQLite. In this example below, the path is: <tt>C:\Ruby192</tt>
python -v
** Be sure to check ''both'' boxes, &quot;Add Ruby ... to your path&quot; and &quot;Associate ... files ...&quot;
 
[[File:Win7 rubyinstaller.jpg]]
* Test your Ruby install in the command prompt using the -v version flag
<pre>
ruby -v
</pre>
You should see something like
<pre>
Python mumble mumble
ruby 1.9.2p0 (2010-08-18) [i386-mingw32]
</pre>
 
Anonymous user