Virtualenv is a tool, and should be surrounded by backticks

This commit is contained in:
David Baumgold
2013-05-02 13:53:42 -04:00
parent a58f39695a
commit a0727ac226

View File

@@ -57,7 +57,7 @@ will be able to see and use those libraries. Incompatible dependencies? Use
different virtual environments, and your problem is solved.
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
[`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