FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
UbuntuConfigDEV/install_python.sh at master · rogrs/UbuntuConfigDEV · GitHub
rogrs
/
UbuntuConfigDEV
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
3
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
UbuntuConfigDEV
/
install_python.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
27 lines (27 loc) · 912 Bytes
Breadcrumbs
UbuntuConfigDEV
/
install_python.sh
Copy path
File metadata and controls
executable file
·
27 lines (27 loc) · 912 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!
/bin/bash
sudo apt-get update
&&
sudo apt-get install python-dev -y
&&
sudo apt-get install libapache2-mod-wsgi python-dev -y
&&
sudo a2enmod wsgi
&&
sudo apt-get install python-pip -y
&&
sudo pip install virtualenv
&&
sudo virtualenv venv
&&
source
venv/bin/activate
&&
sudo pip install Flask
&&
sudo pip install Flask-SQLAlchemy
&&
sudo pip install pysqlite
&&
sudo pip install MySQL-python
&&
sudo apt-get install python-pip python-dev libmysqlclient-dev -y
&&
sudo apt autoremove -y
&&
sudo pip install mysqlclient
&&
sudo pip install pymssql
&&
sudo pip install property
&&
sudo pip install getenv
&&
sudo pip install --upgrade cython
&&
sudo pip install falcon
&&
sudo pip install gunicorn
&&
sudo pip install uwsgi
&&
sudo pip install ujson
&&
sudo pip freeze
&&
sudo apt-get install -y build-essential libbz2-dev libssl-dev libreadline-dev libsqlite3-dev tk-dev
&&
python -V
Back
|
FazBrowse Home
|
New Git URL