ansible_xdata/roles/python/tasks/pipenv.yml
2020-12-08 23:10:25 +08:00

11 lines
189 B
YAML

---
- name: 安装pipenv
shell:
chdir: ~
cmd: pip3 install pipenv
- name: pipenv软连接
file:
src: /usr/local/python3/bin/pipenv
dest: /usr/bin/pipenv
state: link