Commit a0727ac2 by David Baumgold

Virtualenv is a tool, and should be surrounded by backticks

parent a58f3969
...@@ -57,7 +57,7 @@ will be able to see and use those libraries. Incompatible dependencies? Use ...@@ -57,7 +57,7 @@ will be able to see and use those libraries. Incompatible dependencies? Use
different virtual environments, and your problem is solved. different virtual environments, and your problem is solved.
Once again, each language has a different implementation. Python has Once again, each language has a different implementation. Python has
[virtualenv](http://www.virtualenv.org/), Ruby has [`virtualenv`](http://www.virtualenv.org/), Ruby has
[`bundler`](http://gembundler.com/), and Node has [`bundler`](http://gembundler.com/), and Node has
[`nave`](https://github.com/isaacs/nave). For each language, decide [`nave`](https://github.com/isaacs/nave). For each language, decide
if you want to use a virtual environment, or if you want to install all the if you want to use a virtual environment, or if you want to install all the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment