Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

installation failed due to no python3-dev packages #460

Merged
merged 2 commits into from
Nov 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/install/custom-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ Step 1: Installing The Littlest JupyterHub
#. Using a terminal program, SSH into your server. This should give you a prompt where you can
type commands.

#. Make sure you have ``python3``, ``curl`` and ``git`` installed.
#. Make sure you have ``python3``, ``python3-dev``, ``curl`` and ``git`` installed.

.. code::

sudo apt install python3 git curl
sudo apt install python3 python3-dev git curl

#. Copy the text below, and paste it into the terminal. Replace
``<admin-user-name>`` with the name of the first **admin user** for this
Expand Down