Skip to content

Commit

Permalink
Merge pull request #264 from ceremcem/patch-2
Browse files Browse the repository at this point in the history
added --prompt switch usage to the documentation
  • Loading branch information
ekalinin committed Aug 6, 2020
2 parents 9c1691c + 7845e0c commit 278e032
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ environment::
$ npm install -g coffee-script
$ which coffee
/home/monty/virtualenvs/my_env/bin/coffee
Creating a virtual environment with a custom prompt:

$ nodeenv --node=12.18.2 --prompt="(myenv)" nodeenv

If environment's directory already exists then you can use ``--force`` option::

Expand Down

0 comments on commit 278e032

Please sign in to comment.