Fix ipython config paths
This commit is contained in:
parent
ba5a5268b6
commit
8d560a3598
@ -18,7 +18,7 @@
|
|||||||
state: directory
|
state: directory
|
||||||
dest: '{{item}}'
|
dest: '{{item}}'
|
||||||
with_items:
|
with_items:
|
||||||
- ~/.ipython/profile_default
|
- ~/.config/ipython/profile_default
|
||||||
- ~/.config/pip
|
- ~/.config/pip
|
||||||
|
|
||||||
- name: python create symbolic links
|
- name: python create symbolic links
|
||||||
@ -32,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