Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

update virtual environment instructions#1034

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
cs01 wants to merge3 commits intorealpython:master
base:master
Choose a base branch
Loading
fromcs01:cs01/venv

Conversation

cs01
Copy link

Now that thevenv module is part of the standard library for all non-EOL'd Python versions, the instructions can be simplified to usevenv rather thanvirtualenv.

This PR replaces mentions ofvirtualenv withvenv everywhere but the section that refers users tovirtualenv if they are using an older Python version.virtualenv-related tools were removed.

jhermann and StreakyCobra reacted with thumbs up emoji
@cs01cs01 requested a review fromdbaderJanuary 20, 2020 03:01
@jhermann
Copy link
Contributor

jhermann commentedFeb 7, 2020
edited
Loading

  • Maybe mention the need to still usepython3 on many Linux releases.
  • Similarlypy -3 -m venv … on Windows.
  • Mention using tox to manage venvs in a project workdir?

@jhermannjhermann mentioned this pull requestFeb 7, 2020
@cs01
Copy link
Author

  • Mentioned python might point to python2
  • Mentionpy instructions for windows
  • Mention tox, nox, pipx

@jhermann
Copy link
Contributor

--no-site-packages is the default and deprecated for a long time now – actually so long it now disappeared from the newest releases. The--system-site-packages option has to be described instead.

@cs01
Copy link
Author

This is ready for another review

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@dbaderdbaderAwaiting requested review from dbader

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@cs01@jhermann

[8]ページ先頭

©2009-2025 Movatter.jp