Skip to content
Snippets Groups Projects
Commit b5d4043b authored by bbartels's avatar bbartels
Browse files

website: fix broken virtual env

parent a2417146
No related branches found
No related tags found
No related merge requests found
File added
File added
File added
#!/bin/bash
[ -d bin/ ] && rm -rf bin/ lib/ include/
/remote/python/2.7.9/bin/virtualenv ./
source bin/activate
pip install pelican
pip install Markdown
#!/bin/bash
if [ ! -d bin/ ]; then
/remote/python/2.7.9/bin/virtualenv ./
fi
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment