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
Commits
4146f7d7
Commit
4146f7d7
authored
8 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Bind to 80 columns
parent
85fb43f4
No related branches found
No related tags found
1 merge request
!44
Update to anaconda 4.3.0, remove virtualenv
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install/from-scratch.sh
+3
-3
3 additions, 3 deletions
install/from-scratch.sh
with
3 additions
and
3 deletions
install/from-scratch.sh
+
3
−
3
View file @
4146f7d7
...
@@ -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
}
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment