Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sift
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SIFT
sift
Commits
9bd31491
Unverified
Commit
9bd31491
authored
8 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Move conda update command to a better spot in the SIFT Install script
parent
b4aa46bb
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install_scripts/win-64/Install SIFT.bat
+2
-2
2 additions, 2 deletions
install_scripts/win-64/Install SIFT.bat
with
2 additions
and
2 deletions
install_scripts/win-64/Install SIFT.bat
+
2
−
2
View file @
9bd31491
...
...
@@ -19,8 +19,6 @@ echo NOTE: Please use defaults for BETA Version SIFT
%cd%
\Anaconda3
-
2
.3.0
-Windows-x
86
_64.exe
/InstallationType
=
AllUsers
/AddToPath
=
1
:create
_env
echo
Update
conda
installer
conda
update
-y
conda
||
goto
:error
echo
Creating
environment
for
SIFT
conda
create
-y -n
%env_name%
python
=
3
.4
anaconda
||
goto
:error
call
activate
sift
||
goto
:error
...
...
@@ -28,6 +26,8 @@ call activate sift || goto :error
:install
_sift
echo
Adding
Conda
Forge
channel
to
config
...
conda
config
--add
channels
conda
-forge
||
goto
:error
echo
Update
conda
installer
conda
update
-n
root
-y
conda
||
goto
:error
echo
Installing
SIFT
...
conda
install
-y -c
"
%channel%
"
"
%pkg_name%
"
||
goto
:error
conda
install
-y
pywin32
||
goto
:error
...
...
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