Add venv
This commit is contained in:
12
venv/bin/pip3
Executable file
12
venv/bin/pip3
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/home/miguel456/PycharmProjects/PythonVPNGateway/venv/bin/python
|
||||
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==19.0.3','console_scripts','pip3'
|
||||
__requires__ = 'pip==19.0.3'
|
||||
import re
|
||||
import sys
|
||||
from pkg_resources import load_entry_point
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(
|
||||
load_entry_point('pip==19.0.3', 'console_scripts', 'pip3')()
|
||||
)
|
Reference in New Issue
Block a user