Noelia
2020-02-13 58f0ed945f9d5928c4fb06c5b3bb188066392097
Update First_OSP_Env_walkthrough.adoc (#1127)

* Update First_OSP_Env_walkthrough.adoc

Updating Mac instructions

* Update First_OSP_Env_walkthrough.adoc

Co-authored-by: Guillaume Coré <gucore@redhat.com>
1 files modified
14 ■■■■■ changed files
docs/First_OSP_Env_walkthrough.adoc 14 ●●●●● patch | view | raw | blame | history
docs/First_OSP_Env_walkthrough.adoc
@@ -32,7 +32,21 @@
----
$ virtualenv openstack-ansible-2.9
##In Mac
$ pyenv virtualenv openstack-ansible-2.9
## In Mac, if you find the error " the error: error: pyenv: pip: command not found]", it could because you need pip3, in that case please do:
$ alias pip=pip3
$ pip install --upgrade pip
$ source openstack-ansible-2.9/bin/activate
## In Mac
$ source /Users/[USER]/.pyenv/versions/openstack-ansible-2.9/bin/activate
## ^replace [USER] with your username or the proper path
----
.. Install the python modules inside that virtualenv
*** On Mac