Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
87cf788c
Unverified
Commit
87cf788c
authored
Mar 31, 2018
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation
parent
da6ff861
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
7 deletions
+3
-7
docs/docs/basic-usage.md
+3
-7
No files found.
docs/docs/basic-usage.md
View file @
87cf788c
...
@@ -152,11 +152,7 @@ When you execute the `install` command (or any other "install" commands like `ad
...
@@ -152,11 +152,7 @@ When you execute the `install` command (or any other "install" commands like `ad
Poetry will check if it's currently inside a virtualenv and, if not, will use an existing one
Poetry will check if it's currently inside a virtualenv and, if not, will use an existing one
or create a brand new one for you to always work isolated from your global Python installation.
or create a brand new one for you to always work isolated from your global Python installation.
!!!
warning
!!!
note
Since Poetry is 3.6+ only, it will create virtualenvs
The created virtualenv will use the Python executable for which
using the standard library `venv` module.
`poetry` has been installed.
So if you want to work with a previous Python version in your
project, you will need to create your own virtualenvs using, for instance,
[pew](https://github.com/berdario/pew).
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment