diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-30 19:48:47 +0200 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-30 19:48:47 +0200 |
| commit | c75ab4ec9aa217729d036344e0a52fafcf65fd17 (patch) | |
| tree | b86e595d98ecc2791189f956cc051d3fad446c06 /doc/install | |
| parent | d1781d3b1174b49da6d61f65d351ba40bdbc5314 (diff) | |
| download | gitlab-ce-c75ab4ec9aa217729d036344e0a52fafcf65fd17.tar.gz | |
Remove python from installation docs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'doc/install')
| -rw-r--r-- | doc/install/installation.md | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md index 575f776de58..e1ffe9eea5b 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -56,23 +56,6 @@ Install the required packages: sudo apt-get install -y build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-dev libreadline-dev libncurses5-dev libffi-dev curl openssh-server redis-server checkinstall libxml2-dev libxslt-dev libcurl4-openssl-dev libicu-dev logrotate -Make sure you have the right version of Python installed. - - # Install Python - sudo apt-get install -y python - - # Make sure that Python is 2.5+ (3.x is not supported at the moment) - python --version - - # If it's Python 3 you might need to install Python 2 separately - sudo apt-get install -y python2.7 - - # Make sure you can access Python via python2 - python2 --version - - # If you get a "command not found" error create a link to the python binary - sudo ln -s /usr/bin/python /usr/bin/python2 - # For reStructuredText markup language support install required package: sudo apt-get install -y python-docutils |
