วันพฤหัสบดีที่ 2 มิถุนายน พ.ศ. 2559

การติดตั้ง Scipy (How to install scipy on ubuntu)

บทความนี้เป็นการติดตั้ง scipy ซึ่งเป็น python package อีกตัวหนึ่งที่ใช้ในด้านงานวิทยาศาสตร์นะครับ เรามาดูขั้นตอนการติดตั้งกันเลยดีกว่านะครับ

1. git clone git://github.com/scipy/scipy.git scipy
    #Download scipy by git command
    #you have to install git command before you use git clone git .............

2. sudo apt-get install python-pip
    #Install pip python package

3. pip install -U Sphinx
    #Install Sphinx

4. pip install --upgrade pip
    #Upgrade pip

5. Download Cython
    #http://cython.org/#download

6. sudo tar xvzf Cython-0.24.tar.gz
    #Extract tarball cython file

7. cd Cython-0.24

8. python setup.py install
    #Install Cython

9. cd /home/deepman/scipy
    #Go to scipy directory

10. sudo apt-get install python-dev
      #Install python package

11. sudo git clean -xdf

12. sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose

13. sudo python setup.py install --user
      #Install scipy

14. sudo python setup.py build_sphinx
     #Build documentation

15. sudo apt-get install ninja-ide
      #Install IDE python

16. cd ..

17. https://pypi.python.org/pypi/nose/
      #Download nose python package

18. sudo tar xvzf nose-1.3.7
      #Extract tarball

20. cd nose

21. sudo python setup.py install
      #Install nose

22. Open ninja-ide

23. Type code: 
                         import scipy
                         scipy.test()
                         scipy.test('full')

24. run code 

25. cd /home/deepman/

26. https://www.continuum.io/downloads
      #Download Anaconda 64 bit

27. bash Anaconda3-4.0.0-Linux-x86_64.sh
      #Install Anaconda 64 bit

28. After installed Anaconda, you have close and open terminal again

29. conda update conda
      #conda update command

30. Proceed ([y]/n)? y
      #If a newer version of conda is available, type Y to update

Notice:
How to install everything, you can read from readme file or install file in directory program. 

ไม่มีความคิดเห็น:

แสดงความคิดเห็น