mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-19 12:56:08 +00:00
Restored ghc-parser that is generated.
This commit is contained in:
parent
b351116a05
commit
762fd10c63
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
# Installation for Linux (tested on Ubuntu 14.10) from IHaskell repo directory.
|
||||
# TODO Split out setup for installation from Hackage released versions.
|
||||
@ -23,8 +23,10 @@ fi
|
||||
#sudo apt-get install python-pip
|
||||
sudo apt-get install -y python-dev
|
||||
|
||||
easy_install -U pip
|
||||
pip install -U 'ipython[all]'
|
||||
sudo easy_install -U pip
|
||||
|
||||
# -H to use .cache in /root
|
||||
sudo -H pip install -U 'ipython[all]'
|
||||
|
||||
# Make sure to have basic tools installed.
|
||||
cabal update
|
||||
|
Loading…
x
Reference in New Issue
Block a user