Skip to content
Snippets Groups Projects
Commit 597d3ab3 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

Merge branch '78-ten-minute-rule-installation' of...

Merge branch '78-ten-minute-rule-installation' of ssh://gitlab.aicrowd.com/flatland/flatland into 78-ten-minute-rule-installation-Linux
parents dae8f4cc 00630024
No related branches found
No related tags found
No related merge requests found
......@@ -8,16 +8,15 @@ echo "************ TESTING PREREQUISITES PYTHON3 + GIT + GIT *******************
git --version || goto :error
python --version || goto :error
rem deactivae in case we're in virtualenv
call deactivate
conda --version || goto :error
rem deactivate in case we're in virtualenv
call conda deactivate || call deactivate
@echo off
echo "************ SETUP VIRTUAL ENVIRONMENT FLATLAND *************************"
@echo on
(conda info --envs | findstr flatland-rl) || conda create python=3.6 -y --name flatland-rl || goto :error
call activate flatland-rl || goto :error
(call conda activate flatland-rl || call activate flatland-rl) || goto :error
@echo off
......
......@@ -70,7 +70,7 @@
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "0b92e7084e37450cbfb3855dc3a58543",
"model_id": "86a323f55bb54ff78169a9c7ca63730f",
"version_major": 2,
"version_minor": 0
},
......@@ -111,7 +111,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.8"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment