Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VM #5

Closed
wants to merge 11 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
wheels
shntnu committed May 3, 2020
commit 629dc71c5cd0a4e7da38ac16c911e360196ae538
11 changes: 6 additions & 5 deletions python.sh
Original file line number Diff line number Diff line change
@@ -44,9 +44,10 @@ pyenv install 3.8.2

pyenv shell 3.8.2

pip install --upgrade pip

pip install --upgrade setuptools
pip install --upgrade \
pip \
setuptools \
wheel

#-----------------------------
# pe2loaddata
@@ -67,8 +68,6 @@ pip install IPython pyyaml
# https://github.com/CellProfiler/Distributed-CellProfiler/wiki/Before-you-get-started%3A-setting-up
#-----------------------------

cd

# This is done in tools.sh
# sudo apt install build-essential checkinstall

@@ -85,6 +84,8 @@ sudo apt -y install \
cloud-image-utils \
fabric

cd ~

# TODO Maybe specify git hash?
git clone https://github.com/CellProfiler/Distributed-CellProfiler.git