From 617468fd915749473a64c65f9e605092e08e3fd8 Mon Sep 17 00:00:00 2001 From: Samuel Willis Date: Thu, 18 Jun 2020 13:26:20 +0100 Subject: [PATCH] updating install doc for other shells --- docs/docs/index.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index d61f444f8d4..0ac1646a781 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -33,8 +33,11 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poet The installer installs the `poetry` tool to Poetry's `bin` directory. On Unix it is located at `$HOME/.poetry/bin` and on Windows at `%USERPROFILE%\.poetry\bin`. -This directory will be in your `$PATH` environment variable, -which means you can run them from the shell without further configuration. +If using bash this directory will be in your `$PATH` environment variable, +which means you can run them from the shell without further configuration. +Otherwise you can add poetry to your path by adding `export PATH="$HOME/.poetry/bin:$PATH"` +in your shells config file. + Open a new shell and type the following: ```bash