Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 0e0fbd9

Browse files
committed
Set Vagrant Python virtualenv at /home/vagrant/env instead of /vagrant/env
As Windows hosts doesn't supports symlinks.
1 parent 78628d5 commit 0e0fbd9

File tree

1 file changed

+1
-1
lines changed
  • provisioning/ansible/roles/python/tasks

1 file changed

+1
-1
lines changed

provisioning/ansible/roles/python/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
when: ansible_pkg_mgr == 'yum'
4444

4545
- name: pip install
46-
pip: name={{ item }} virtualenv=/vagrant/env state=present
46+
pip: name={{ item }} virtualenv=/home/vagrant/env state=present
4747
with_items:
4848
- mkdocs
4949
- pydas

0 commit comments

Comments
 (0)