This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
ntunnel
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Wiki
Activity
Browse Source
switch to using the builtin venv module
main
John-Mark Gurney
2 years ago
parent
45c322269d
commit
3eb1073c32
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+ 1
- 1
Makefile
View File
@@ -1,4 +1,4 @@
VIRTUALENV ?= v
irtual
env
VIRTUALENV ?=
python3 -m
venv
VRITUALENVARGS =
VRITUALENVARGS =
FILES=ntunnel/__init__.py
FILES=ntunnel/__init__.py
Write
Preview
Loading…
Cancel
Save