Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chris
flyers
Commits
823393fc
Commit
823393fc
authored
Feb 03, 2017
by
Christophe Siraut
Browse files
Add virtualenv initialization script
parent
92de5501
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
823393fc
*.pyc
*.sqlite
*~
env
v
env
media
local_settings.py
docs/_build
load.sh
0 → 100755
View file @
823393fc
#! /bin/sh
# create virtual env
# without --system-site-packages
test
-d
venv
||
virtualenv venv/
# install required dependencies
./venv/bin/pip
install
-r
requirements.txt
# use `source venv/bin/activate`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment