Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-test-code
/
ansible-python-dev
Public
forked from
dhellmann/ansible-python-dev
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Aug 2, 2020
updates for ansible-lint
Show description for 72c7fc9
dhellmann
committed
72c7fc9
View commit details
Copy full SHA for 72c7fc9
Browse repository at this point
Commits on Jul 12, 2020
install python, python-dev, and python-venv for all versions
Show description for d7b0f18
dhellmann
committed
d7b0f18
View commit details
Copy full SHA for d7b0f18
Browse repository at this point
Commits on Feb 10, 2019
fix name of path examined for existing pip installation
dhellmann
committed
8643d01
View commit details
Copy full SHA for 8643d01
Browse repository at this point
use more explicit command to install common tools
Show description for c5b0242
dhellmann
committed
c5b0242
View commit details
Copy full SHA for c5b0242
Browse repository at this point
install flake8 globally for flycheck mode to find
dhellmann
committed
31df2ba
View commit details
Copy full SHA for 31df2ba
Browse repository at this point
ensure pip, virtualenv, etc. are installed under python3 by default
dhellmann
committed
7e92642
View commit details
Copy full SHA for 7e92642
Browse repository at this point
use the virtualenv installed globally by a later step
dhellmann
committed
fe9f302
View commit details
Copy full SHA for fe9f302
Browse repository at this point
modernize argument formatting
dhellmann
committed
d628cbd
View commit details
Copy full SHA for d628cbd
Browse repository at this point
install virtualenv via pip instead of packages
Show description for a7b1d9c
dhellmann
committed
a7b1d9c
View commit details
Copy full SHA for a7b1d9c
Browse repository at this point
Commits on Nov 7, 2018
pass multiple names to pip
dhellmann
committed
1d6a6c8
View commit details
Copy full SHA for 1d6a6c8
Browse repository at this point
updates for ansible 2.6 and ubuntu 18.04
dhellmann
committed
a9c08d7
View commit details
Copy full SHA for a9c08d7
Browse repository at this point
Commits on Sep 26, 2018
switch ppa to deadsnakes/ppa
dhellmann
committed
f7527bb
View commit details
Copy full SHA for f7527bb
Browse repository at this point
Commits on Aug 10, 2018
replace deadsnakes ppa so we can get newer python 3
dhellmann
committed
3bd5ed3
View commit details
Copy full SHA for 3bd5ed3
Browse repository at this point
Revert "drop python 2.6 support"
Show description for 1364451
dhellmann
committed
1364451
View commit details
Copy full SHA for 1364451
Browse repository at this point
Commits on Jan 10, 2018
drop python 2.6 support
dhellmann
committed
989a893
View commit details
Copy full SHA for 989a893
Browse repository at this point
Commits on Sep 17, 2017
remove quotes from filename
dhellmann
committed
8f5375a
View commit details
Copy full SHA for 8f5375a
Browse repository at this point
Commits on Feb 28, 2017
install python-venv package
dhellmann
committed
dcd1708
View commit details
Copy full SHA for dcd1708
Browse repository at this point
move pip installation into the main task file
dhellmann
committed
94dd5e1
View commit details
Copy full SHA for 94dd5e1
Browse repository at this point
Commits on Jan 17, 2017
update the minimum ansible version to 2.2.1
Show description for 0674e7e
dhellmann
committed
0674e7e
View commit details
Copy full SHA for 0674e7e
Browse repository at this point
more variable syntax fixups
dhellmann
committed
8214873
View commit details
Copy full SHA for 8214873
Browse repository at this point
ensure ~/.pip exists
Show description for b07ca13
dhellmann
committed
b07ca13
View commit details
Copy full SHA for b07ca13
Browse repository at this point
fix up variable syntax for newer ansible
dhellmann
committed
a70e0da
View commit details
Copy full SHA for a70e0da
Browse repository at this point
use become instead of sudo
dhellmann
committed
290ca54
View commit details
Copy full SHA for 290ca54
Browse repository at this point
Commits on Aug 11, 2016
update the apt repo cache after adding new repos
Show description for c79693d
dhellmann
committed
c79693d
View commit details
Copy full SHA for c79693d
Browse repository at this point
install openssl and dev libs
Show description for b9ac1be
dhellmann
committed
b9ac1be
View commit details
Copy full SHA for b9ac1be
Browse repository at this point
fix the url for get-pip.py
Show description for d86ae41
dhellmann
committed
d86ae41
View commit details
Copy full SHA for d86ae41
Browse repository at this point
Commits on Feb 16, 2016
always go ahead and upgrade the globally installed tools
dhellmann
committed
1bf31ac
View commit details
Copy full SHA for 1bf31ac
Browse repository at this point
add pbr to the list of globally installed packages
dhellmann
committed
3040f37
View commit details
Copy full SHA for 3040f37
Browse repository at this point
Commits on Jan 15, 2016
add python-gdbm package to enable the gdbm module
dhellmann
committed
478b7a9
View commit details
Copy full SHA for 478b7a9
Browse repository at this point
Commits on Jul 21, 2015
remove find-links from pip.conf
Show description for eb91d21
dhellmann
committed
eb91d21
View commit details
Copy full SHA for eb91d21
Browse repository at this point
Commits on Jun 14, 2015
add a flag to let users disable pypy
dhellmann
committed
4d4afdf
View commit details
Copy full SHA for 4d4afdf
Browse repository at this point
Commits on Jun 3, 2015
stop using devpi now that pip has caching; add pip config for wheelhouse; install python packages needed to remove pip/urllib3 security warnings
dhellmann
committed
9dbe62a
View commit details
Copy full SHA for 9dbe62a
Browse repository at this point
add certifi to remove security warnings from pip
dhellmann
committed
3340524
View commit details
Copy full SHA for 3340524
Browse repository at this point
Commits on Mar 7, 2015
add variable to control the versions installed
dhellmann
committed
714cfa5
View commit details
Copy full SHA for 714cfa5
Browse repository at this point
initial version based on private settings
dhellmann
committed
3e54316
View commit details
Copy full SHA for 3e54316
Browse repository at this point
Previous
Next
You can’t perform that action at this time.