Skip to content

Commit 8ded3a8

Browse files
committed
Merge 280418c
2 parents 0d57901 + 280418c commit 8ded3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/pharo-installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ We suggest using `sudo apt-get install python3.6`, this should avoid most of the
4242
### OSX
4343
We suggest to NOT use Homebrew, because we have experienced several issues handling the rest of the dependencies. Instead, we suggest using the installer provided in the Python webpage [https://www.python.org/downloads/release/python-368/](https://www.python.org/downloads/release/python-368/).
4444

45-
To verify python installed correctly just run `python3 --version` and you should get `Python 3.6.8`.
45+
To verify python installed correctly just run `python3 --version` and you should get `Python 3.6.8`. If you have a more recent version, then it is all fine.
4646

4747
## Install Pipenv
4848

49-
To install Pipenv just use the following Pip instruction `pip install pipenv`, though depending on your python installation you may need to call it with `sudo`. This may happen if you are using Ubuntu or the OSX Homebrew python installation. If the command `pip` is not found, use `pip3` instead.
49+
To install Pipenv just use the following Pip instruction `pip install pipenv` or `pip3 install pipenv` in case you have `pip3` installed and not `pip`, though depending on your python installation you may need to call it with `sudo`. This may happen if you are using Ubuntu or the OSX Homebrew python installation. If the command `pip` is not found, use `pip3` instead.
5050

5151
To verify if you have pipenv just run in a terminal `pipenv --version`, it should print something like `pipenv, version 2018.11.26`. We strongly suggest you to upgrade your pipenv version if it is older than 2018.11.26, because it has important bugfixes and performance improvements. To upgrade it just run `pip install pipenv --upgrade`.
5252

0 commit comments

Comments
 (0)