Skip to content

Commit

Permalink
scripts for venv error
Browse files Browse the repository at this point in the history
  • Loading branch information
mkandziora committed Nov 10, 2018
1 parent b87c6ed commit 869da4e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/venv_error_cluster.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
virtualenv -p /usr/bin/python venv-test
source venv-test/bin/activate
git clone https://github.com/McTavishLab/physcraper.git
cd physcraper
pip install --upgrade setupools
python setup.py develop
6 changes: 6 additions & 0 deletions tests/venv_error_v1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
virtualenv -p /usr/bin/python venv-test
source venv-test/bin/activate
git clone https://github.com/McTavishLab/physcraper.git
cd physcraper
python setup.py develop
deactivate
7 changes: 7 additions & 0 deletions tests/venv_error_v2.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
rm -r docs/source/
rm docs/Makefile
rm make.bat

virtualenv -p /usr/bin/python venv-test2
source venv-test2/bin/activate
python setup.py develop

0 comments on commit 869da4e

Please sign in to comment.