Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.admin
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
bob.admin
Merge requests
!44
Update to anaconda 4.3.0, remove virtualenv
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update to anaconda 4.3.0, remove virtualenv
staging
into
master
Overview
8
Commits
7
Pipelines
0
Changes
4
Merged
Amir MOHAMMADI
requested to merge
staging
into
master
8 years ago
Overview
8
Commits
7
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
version 6
version 6
85fb43f4
8 years ago
version 5
0631a9ac
8 years ago
version 4
426ccb21
8 years ago
version 3
7347c46d
8 years ago
version 2
a4aa4f55
8 years ago
version 1
dbc6bb1e
8 years ago
master (base)
and
latest version
latest version
4146f7d7
7 commits,
8 years ago
version 6
85fb43f4
6 commits,
8 years ago
version 5
0631a9ac
5 commits,
8 years ago
version 4
426ccb21
4 commits,
8 years ago
version 3
7347c46d
3 commits,
8 years ago
version 2
a4aa4f55
2 commits,
8 years ago
version 1
dbc6bb1e
1 commit,
8 years ago
Show latest version
1 file
+
3
−
3
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
install/from-scratch.sh
+
3
−
3
Options
@@ -45,9 +45,9 @@ fi
@@ -45,9 +45,9 @@ fi
# the dependencies that come before anaconda are being pulled and pinned using
# the dependencies that come before anaconda are being pulled and pinned using
# anaconda. When you update to a new version of anaconda make sure the
# anaconda. When you update to a new version of anaconda make sure the
# dependencies are still in the newer version of anaconda. If they are not
there
# dependencies are still in the newer version of anaconda. If they are not
# anymore, you need to pin them if we still need them. Otherwise, remove
them
#
there
anymore, you need to pin them if we still need them. Otherwise, remove
# from here too.
#
them
from here too.
echo
"[>>] Creating environment
${
NAME
}
for python
${
PYTHON_VERSION
}
with bob dependencies..."
echo
"[>>] Creating environment
${
NAME
}
for python
${
PYTHON_VERSION
}
with bob dependencies..."
${
CONDA
}
create
--copy
--yes
-n
${
NAME
}
\
${
CONDA
}
create
--copy
--yes
-n
${
NAME
}
\
Loading