Skip to content

Commit 48202f1

Browse files
committed
Fix - Default PATH variable in readme for pyvenv
Closes #212
1 parent cd91a79 commit 48202f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Creates Python3 virtualenv.
175175

176176
**group** - Specify the group for this virtualenv
177177

178-
**path** - Specify the path that contains the pyvenv executable. Default: /bin/, /usr/bin, /usr/sbin
178+
**path** - Specifies the PATH variable that contains `pyvenv` executable. Default: [ '/bin', '/usr/bin', '/usr/sbin' ]
179179

180180
**environment** - Specify any environment variables to use when creating pyvenv
181181

0 commit comments

Comments
 (0)