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
f6022ead
Commit
f6022ead
authored
Dec 26, 2021
by
finswimmer
Committed by
Bjorn Neergaard
Dec 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove note about switching python version by pyenv
parent
044b7d30
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
docs/managing-environments.md
+0
-14
No files found.
docs/managing-environments.md
View file @
f6022ead
...
@@ -26,20 +26,6 @@ with the `python` requirement of the project. In this case, Poetry will try
...
@@ -26,20 +26,6 @@ with the `python` requirement of the project. In this case, Poetry will try
to find one that is and use it. If it's unable to do so then you will be prompted
to find one that is and use it. If it's unable to do so then you will be prompted
to activate one explicitly, see
[
Switching environments
](
#switching-between-environments
)
.
to activate one explicitly, see
[
Switching environments
](
#switching-between-environments
)
.
{{% note %}}
To easily switch between Python versions, it is recommended to
use
[
pyenv
](
https://github.com/pyenv/pyenv
)
or similar tools.
For instance, if your project requires a newer Python than is available with
your system, a standard workflow would be:
```
bash
pyenv install 3.9.8
pyenv
local
3.9.8
# Activate Python 3.9 for the current project
poetry install
```
{{% /note %}}
## Switching between environments
## Switching between environments
Sometimes this might not be feasible for your system, especially Windows where
`pyenv`
Sometimes this might not be feasible for your system, especially Windows where
`pyenv`
...
...
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