using for loop to install conda package
This commit is contained in:
5
.CondaPkg/env/Lib/ensurepip/__main__.py
vendored
Normal file
5
.CondaPkg/env/Lib/ensurepip/__main__.py
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
import ensurepip
|
||||
import sys
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(ensurepip._main())
|
||||
Reference in New Issue
Block a user