Compare commits
4 Commits
87e0159e88
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| d31bbb737a | |||
| 8d560a3598 | |||
| ba5a5268b6 | |||
| 736e06dcaf |
3
pip.conf
3
pip.conf
@@ -1,2 +1,5 @@
|
|||||||
|
[global]
|
||||||
|
break-system-packages = true
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
format=columns
|
format=columns
|
||||||
|
|||||||
17
tasks.yaml
17
tasks.yaml
@@ -1,10 +1,7 @@
|
|||||||
---
|
---
|
||||||
- name: python install pip packages
|
- name: python install pip packages
|
||||||
pip:
|
pip:
|
||||||
name: '{{item}}'
|
name:
|
||||||
state: latest
|
|
||||||
extra_args: --user
|
|
||||||
with_items:
|
|
||||||
- flake8
|
- flake8
|
||||||
- grip
|
- grip
|
||||||
- ipdb
|
- ipdb
|
||||||
@@ -13,6 +10,16 @@
|
|||||||
- pylint
|
- pylint
|
||||||
- python-gist
|
- python-gist
|
||||||
- yapf
|
- yapf
|
||||||
|
state: latest
|
||||||
|
extra_args: --user
|
||||||
|
|
||||||
|
- name: python create directories
|
||||||
|
file:
|
||||||
|
state: directory
|
||||||
|
dest: '{{item}}'
|
||||||
|
with_items:
|
||||||
|
- ~/.config/ipython/profile_default
|
||||||
|
- ~/.config/pip
|
||||||
|
|
||||||
- name: python create symbolic links
|
- name: python create symbolic links
|
||||||
file:
|
file:
|
||||||
@@ -25,6 +32,6 @@
|
|||||||
- src: ~/.config/python/pylintrc
|
- src: ~/.config/python/pylintrc
|
||||||
dest: ~/.pylintrc
|
dest: ~/.pylintrc
|
||||||
- src: ~/.config/python/ipython_config.py
|
- src: ~/.config/python/ipython_config.py
|
||||||
dest: ~/.ipython/profile_default/ipython_config.py
|
dest: ~/.config/ipython/profile_default/ipython_config.py
|
||||||
- src: ~/.config/python/pip.conf
|
- src: ~/.config/python/pip.conf
|
||||||
dest: ~/.config/pip/pip.conf
|
dest: ~/.config/pip/pip.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user