Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit 2ddde6d

Browse files
authored
Merge pull request #53 from staticdev/bug/nox-dependencies-for-debian
Change virtualenv to venv
2 parents fe3e3d3 + 12894fb commit 2ddde6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
become: true
1515
with_items:
1616
- python3-pip
17-
- python3-virtualenv
17+
- python3-venv # needed for nox
1818

1919
- name: Check if pipx is installed
2020
command: "{{ ansible_env.HOME }}/.local/bin/pipx --version"
@@ -69,7 +69,7 @@
6969

7070
- name: Check if nox is installed
7171
stat:
72-
path: "{{ ansible_env.HOME }}/.local/pipx/venvs/nox"
72+
path: "{{ ansible_env.HOME }}/.local/bin/nox"
7373
register: nox_folder_check
7474

7575
- name: Install nox

0 commit comments

Comments
 (0)