delete venv

This commit is contained in:
abd.shallal
2019-07-17 09:59:18 +03:00
parent 375875c7a1
commit 9b7ec09d50
331 changed files with 3 additions and 106461 deletions

View File

@@ -1,12 +0,0 @@
#!/home/abd/PycharmProjects/paython-by-learn/venv/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==40.8.0','console_scripts','easy_install'
__requires__ = 'setuptools==40.8.0'
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('setuptools==40.8.0', 'console_scripts', 'easy_install')()
)