mirror of
https://github.com/harivansh-afk/DS1001-LABS-Projects.git
synced 2026-04-17 12:04:13 +00:00
setup codespace
This commit is contained in:
parent
c87acb9d81
commit
17e02e8c8b
18 changed files with 10832 additions and 8 deletions
7
.vscode/hari_env/bin/numpy-config
vendored
Executable file
7
.vscode/hari_env/bin/numpy-config
vendored
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/workspaces/DS1001-LABS-Projects/.vscode/hari_env/bin/python
|
||||
import sys
|
||||
from numpy._configtool import main
|
||||
if __name__ == '__main__':
|
||||
if sys.argv[0].endswith('.exe'):
|
||||
sys.argv[0] = sys.argv[0][:-4]
|
||||
sys.exit(main())
|
||||
Loading…
Add table
Add a link
Reference in a new issue