linux下安裝python 3.6
獲取Anaconda3-4.3.1-Linux-x86_64.sh、netCDF4-1.2.7-cp36-cp36m-manylinux1_x86_64.whl、opencv_python-3.2.0.7-cp36-cp36m-manylinux1_x86_64.whl
1、到/home/python/software目錄下:
執行Anaconda3-4.3.1-Linux-x86_64.sh指令碼,
$ ./Anaconda3-4.3.1-Linux-x86_64.sh
>>> 回車
>>> yes
>>> 回車
>>> yes
$ source /home/python/.bashrc
$ pip install netCDF4-1.2.7-cp36-cp36m-manylinux1_x86_64.whl
$ pip install opencv_python-3.2.0.7-cp36-cp36m-manylinux1_x86_64.whl
2、使用nriet使用者配置環境變數:
第一步:vi /home/python/.bashrc 在檔案最後加下面四行程式碼:
export PATH=”/home/python/anaconda3/bin:$PATH”
第二步:退出 按下esc 輸入:wq
第三步:全域性系統環境檔案生效 執行:source /home/python/.bashrc
第四步:測試nriet使用者環境有沒有裝好 執行:python,有返回Python 3.6.0則表示安裝成功;
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/1343/viewspace-2809615/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在linux環境下安裝python3.6LinuxPython
- CentOS 7.4 下安裝Python3.6CentOSPython
- Linux下Python3.6的安裝及避坑指南LinuxPython
- linux平臺下安裝Python2.7.15和3.6LinuxPython
- linux系統安裝python3.6LinuxPython
- Linux環境安裝Python3.6.xLinuxPython
- Centos下安裝Python3.6和Python2共存CentOSPython
- pycharm如何安裝python3.6PyCharmPython
- Linux64下安裝Python3.6和第三方庫LinuxPython
- 如何解除安裝python3.6Python
- linux下安裝pythonLinuxPython
- Ubuntu中安裝python3.6踩坑UbuntuPython
- opencv python3.6安裝和測試OpenCVPython
- linux下安裝python3LinuxPython
- Linux下Python3安裝LinuxPython
- Linux下安裝Python3.3.0LinuxPython
- Linux 上如何安裝並切換最新版本的 Python 3.6LinuxPython
- Linux下python2.7安裝pipLinuxPython
- python_機器學習—sklearn_win_64-3.6安裝&&測試Python機器學習
- window+python3.6+opencv3.4安裝一步到位PythonOpenCV
- Centos7安裝mongodb3.6CentOSMongoDB
- Linux下安裝、解除安裝mysqlLinuxMySql
- linux下安裝snap安裝工具Linux
- Linux下JDK安裝與解除安裝LinuxJDK
- Linux下安裝RedisLinuxRedis
- mysql linux下安裝MySqlLinux
- Linux 下安裝 RedisLinuxRedis
- Linux下安裝GitLinuxGit
- Linux下安裝pymysqlLinuxMySql
- Linux下安裝jiebaLinuxJieba
- Linux下安裝GensimLinux
- Linux下SuperLU安裝Linux
- Linux下安裝RabbitMQLinuxMQ
- linux下安裝elasticsearchLinuxElasticsearch
- Linux下expect安裝Linux
- Linux 下安裝pipLinux
- Linux 下安裝 MongodbLinuxMongoDB
- linux下安裝VMtoolsLinux