Skip to content

Commit 6356c2f

Browse files
committed
added python flag while creating conda environment gwas
1 parent 59f1a58 commit 6356c2f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Lecture-0-Setup-of-Python-Environment.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"## Create a conda environment and install limix, jupyter notebook\n",
4444
"\n",
4545
"```bash\n",
46-
"$ conda create -n gwas \n",
46+
"$ conda create -n gwas python=2.7 anaconda\n",
4747
"$ source activate gwas\n",
4848
"$ conda install -c conda-forge limix\n",
4949
"$ conda install jupyter\n",
@@ -60,21 +60,21 @@
6060
],
6161
"metadata": {
6262
"kernelspec": {
63-
"display_name": "Python 3",
63+
"display_name": "Python 2",
6464
"language": "python",
65-
"name": "python3"
65+
"name": "python2"
6666
},
6767
"language_info": {
6868
"codemirror_mode": {
6969
"name": "ipython",
70-
"version": 3
70+
"version": 2
7171
},
7272
"file_extension": ".py",
7373
"mimetype": "text/x-python",
7474
"name": "python",
7575
"nbconvert_exporter": "python",
76-
"pygments_lexer": "ipython3",
77-
"version": "3.6.7"
76+
"pygments_lexer": "ipython2",
77+
"version": "2.7.15"
7878
}
7979
},
8080
"nbformat": 4,

0 commit comments

Comments
 (0)