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