mirror of
https://github.com/harivansh-afk/DS1001-LABS-Projects.git
synced 2026-04-17 16:02:39 +00:00
setup codespace
This commit is contained in:
parent
c87acb9d81
commit
17e02e8c8b
18 changed files with 10832 additions and 8 deletions
8
.vscode/hari_env/bin/pip3
vendored
Executable file
8
.vscode/hari_env/bin/pip3
vendored
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/workspaces/DS1001-LABS-Projects/.vscode/hari_env/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
from pip._internal.cli.main import main
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue