$ python -murllib http://tiny.cc/ve-setup | python
# python -murllib http://tiny.cc/ve-setup | python - --no-site-packages p ./p/bin/pip install django==1.2.4 # . ./p/bin/activate django-admin.py startproject example python example/manage.py runserver
wget http://www.python.org/ftp/python/2.6.6/python-2.6.6.msi # : "For all users" msiexec /i python-2.6.6.msi wine C:/python26/python.exe -murllib http://tiny.cc/ve-setup | wine C:/python26/python.exe - w ./w/Scripts/pip.exe django ./w/Scripts/python.exe ./w/Scripts/django-admin.py startproject example ./w/Scripts/python.exe example/manage.py runserver
Source: https://habr.com/ru/post/112917/
All Articles