Browse Source

Update install-odoo-mac.md

pull/43/merge
Robin Keunen 6 years ago
committed by GitHub
parent
commit
62d9cf1b8a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      install-odoo-mac.md

6
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/<user>/.virtualenvs/odoo/bin/python
$ mkvirtualenv odoo -p /path/to/python2.7 # generally /usr/bin/python2.7
$ which python # should return:
/Users/<user>/.virtualenvs/odoo/bin/python
```
Use `deactivate` to get out of odoo environment, use `workon odoo` to activate the environment.

Loading…
Cancel
Save