From 62d9cf1b8a51dc73858ad3d847c9e3c9e3bbf969 Mon Sep 17 00:00:00 2001 From: Robin Keunen Date: Fri, 27 Apr 2018 12:10:21 +0200 Subject: [PATCH] Update install-odoo-mac.md --- install-odoo-mac.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install-odoo-mac.md b/install-odoo-mac.md index b631053..738e992 100644 --- a/install-odoo-mac.md +++ b/install-odoo-mac.md @@ -35,9 +35,9 @@ $ npm install -g less I recommend using [virtualenvwrapper](http://virtualenvwrapper.readthedocs.io/en/latest/index.html) ``` -$ mkvirtualenv odoo -p /path/to/python2.7 -$ which python -$ /Users//.virtualenvs/odoo/bin/python +$ mkvirtualenv odoo -p /path/to/python2.7 # generally /usr/bin/python2.7 +$ which python # should return: +/Users//.virtualenvs/odoo/bin/python ``` Use `deactivate` to get out of odoo environment, use `workon odoo` to activate the environment.