ubuntu15.04 安装 pylab失败,先记下来,漫漫看

[email protected]:/var/python/web2py$ pip install pylab
Downloading/unpacking pylab
  Downloading pylab-0.1.3-py2.py3-none-any.whl
Downloading/unpacking networkx (from pylab)
  Downloading networkx-1.9.1-py2.py3-none-any.whl (1.2MB): 1.2MB downloaded
Downloading/unpacking pytz (from pylab)
  Downloading pytz-2015.4-py2.py3-none-any.whl (475kB): 475kB downloaded
Downloading/unpacking tornado (from pylab)
  Downloading tornado-4.2.1.tar.gz (434kB): 434kB downloaded
  Running setup.py (path:/tmp/pip-build-M6KpIR/tornado/setup.py) egg_info for package tornado

    no previously-included directories found matching ‘docs/build‘
    warning: no files found matching ‘tornado/test/README‘
Downloading/unpacking pandas (from pylab)
  Downloading pandas-0.16.2.tar.gz (4.9MB): 4.9MB downloaded
  Running setup.py (path:/tmp/pip-build-M6KpIR/pandas/setup.py) egg_info for package pandas
    Running from numpy source directory.
    /bin/sh: 1: svnversion: not found
    /tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1603: UserWarning:
        Atlas (http://math-atlas.sourceforge.net/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [atlas]) or by setting
        the ATLAS environment variable.
      warnings.warn(AtlasNotFoundError.__doc__)
    /tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1612: UserWarning:
        Blas (http://www.netlib.org/blas/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [blas]) or by setting
        the BLAS environment variable.
      warnings.warn(BlasNotFoundError.__doc__)
    /tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1615: UserWarning:
        Blas (http://www.netlib.org/blas/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [blas_src]) or by setting
        the BLAS_SRC environment variable.
      warnings.warn(BlasSrcNotFoundError.__doc__)
    /bin/sh: 1: svnversion: not found
    /tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1505: UserWarning:
        Atlas (http://math-atlas.sourceforge.net/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [atlas]) or by setting
        the ATLAS environment variable.
      warnings.warn(AtlasNotFoundError.__doc__)
    /tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1516: UserWarning:
        Lapack (http://www.netlib.org/lapack/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [lapack]) or by setting
        the LAPACK environment variable.
      warnings.warn(LapackNotFoundError.__doc__)
    /tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1519: UserWarning:
        Lapack (http://www.netlib.org/lapack/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [lapack_src]) or by setting
        the LAPACK_SRC environment variable.
      warnings.warn(LapackSrcNotFoundError.__doc__)
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: ‘define_macros‘
      warnings.warn(msg)
    non-existing path in ‘numpy/distutils‘: ‘site.cfg‘
    non-existing path in ‘numpy/f2py‘: ‘docs‘
    non-existing path in ‘numpy/f2py‘: ‘f2py.1‘
    non-existing path in ‘numpy/lib‘: ‘benchmarks‘
    Could not locate executable gfortran
    Could not locate executable f95
    Could not locate executable ifort
    Could not locate executable ifc
    Could not locate executable lf95
    Could not locate executable pgfortran
    Could not locate executable f90
    Could not locate executable f77
    Could not locate executable fort
    Could not locate executable efort
    Could not locate executable efc
    Could not locate executable g77
    Could not locate executable g95
    Could not locate executable pathf95
    don‘t know how to compile Fortran code on platform ‘posix‘
    _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’
     int exp (void);
         ^
    _configtest.o:在函数‘main’中:
    /tmp/easy_install-lTEvxV/numpy-1.9.2/_configtest.c:6:对‘exp’未定义的引用
    collect2: error: ld returned 1 exit status
    _configtest.c:1:5: warning: conflicting types for built-in function ‘exp’
     int exp (void);
         ^
    _configtest.c:1:20: fatal error: Python.h: 没有那个文件或目录
     #include <Python.h>
                        ^
    compilation terminated.
    _configtest.o:在函数‘main’中:
    /tmp/easy_install-lTEvxV/numpy-1.9.2/_configtest.c:6:对‘exp’未定义的引用
    collect2: error: ld returned 1 exit status
    _configtest.c:1:20: fatal error: Python.h: 没有那个文件或目录
     #include <Python.h>
                        ^
    compilation terminated.
    Traceback (most recent call last):
      File "<string>", line 17, in <module>
      File "/tmp/pip-build-M6KpIR/pandas/setup.py", line 631, in <module>
        **setuptools_kwargs)
      File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
        _setup_distribution = dist = klass(attrs)
      File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 265, in __init__
        self.fetch_build_eggs(attrs[‘setup_requires‘])
      File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 310, in fetch_build_eggs
        replace_conflicting=True,
      File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 799, in resolve
        dist = best[req.key] = env.best_match(req, ws, installer)
      File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1049, in best_match
        return self.obtain(req, installer)
      File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1061, in obtain
        return installer(requirement)
      File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 377, in fetch_build_egg
        return cmd.easy_install(req)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 646, in easy_install
        return self.install_item(spec, dist.location, tmpdir, deps)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 676, in install_item
        dists = self.install_eggs(spec, download, tmpdir)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 861, in install_eggs
        return self.build_and_install(setup_script, setup_base)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1089, in build_and_install
        self.run_setup(setup_script, setup_base, args)
      File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1075, in run_setup
        run_setup(setup_script, args)
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 240, in run_setup
        raise
      File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
        self.gen.throw(type, value, traceback)
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 193, in setup_context
        yield
      File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__
        self.gen.throw(type, value, traceback)
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 164, in save_modules
        saved_exc.resume()
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 139, in resume
        compat.reraise(type, exc, self._tb)
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 152, in save_modules
        yield saved
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 193, in setup_context
        yield
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 237, in run_setup
        DirectorySandbox(setup_dir).run(runner)
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 267, in run
        return func()
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 236, in runner
        _execfile(setup_script, ns)
      File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 46, in _execfile
        exec(code, globals, locals)
      File "/tmp/easy_install-lTEvxV/numpy-1.9.2/setup.py", line 251, in <module>
        """
      File "/tmp/easy_install-lTEvxV/numpy-1.9.2/setup.py", line 243, in setup_package
        else:
      File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/core.py", line 169, in setup
      File "/usr/lib/python2.7/distutils/core.py", line 151, in setup
        dist.run_commands()
      File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
        self.run_command(cmd)
      File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/usr/lib/python2.7/dist-packages/setuptools/command/bdist_egg.py", line 152, in run
        self.run_command("egg_info")
      File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
        self.distribution.run_command(command)
      File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/egg_info.py", line 10, in run
      File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command
        self.distribution.run_command(command)
      File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
        cmd_obj.run()
      File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/build_src.py", line 153, in run
      File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/build_src.py", line 170, in build_sources
      File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/build_src.py", line 329, in build_extension_sources
      File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/build_src.py", line 386, in generate_sources
      File "numpy/core/setup.py", line 432, in generate_config_h
        return pjoin(‘pandas‘, subdir, name + suffix)
      File "numpy/core/setup.py", line 42, in check_types
        min_numpy_ver = ‘1.7.0‘
      File "numpy/core/setup.py", line 293, in check_types
        for root, dirs, files in os.walk(‘pandas‘):
    SystemError: Cannot compile ‘Python.h‘. Perhaps you need to install python-dev|python-devel.
    Complete output from command python setup.py egg_info:
    Running from numpy source directory.

/bin/sh: 1: svnversion: not found

/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1603: UserWarning:

    Atlas (http://math-atlas.sourceforge.net/) libraries not found.

    Directories to search for the libraries can be specified in the

    numpy/distutils/site.cfg file (section [atlas]) or by setting

    the ATLAS environment variable.

  warnings.warn(AtlasNotFoundError.__doc__)

/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1612: UserWarning:

    Blas (http://www.netlib.org/blas/) libraries not found.

    Directories to search for the libraries can be specified in the

    numpy/distutils/site.cfg file (section [blas]) or by setting

    the BLAS environment variable.

  warnings.warn(BlasNotFoundError.__doc__)

/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1615: UserWarning:

    Blas (http://www.netlib.org/blas/) sources not found.

    Directories to search for the sources can be specified in the

    numpy/distutils/site.cfg file (section [blas_src]) or by setting

    the BLAS_SRC environment variable.

  warnings.warn(BlasSrcNotFoundError.__doc__)

/bin/sh: 1: svnversion: not found

/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1505: UserWarning:

    Atlas (http://math-atlas.sourceforge.net/) libraries not found.

    Directories to search for the libraries can be specified in the

    numpy/distutils/site.cfg file (section [atlas]) or by setting

    the ATLAS environment variable.

  warnings.warn(AtlasNotFoundError.__doc__)

/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1516: UserWarning:

    Lapack (http://www.netlib.org/lapack/) libraries not found.

    Directories to search for the libraries can be specified in the

    numpy/distutils/site.cfg file (section [lapack]) or by setting

    the LAPACK environment variable.

  warnings.warn(LapackNotFoundError.__doc__)

/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/system_info.py:1519: UserWarning:

    Lapack (http://www.netlib.org/lapack/) sources not found.

    Directories to search for the sources can be specified in the

    numpy/distutils/site.cfg file (section [lapack_src]) or by setting

    the LAPACK_SRC environment variable.

  warnings.warn(LapackSrcNotFoundError.__doc__)

/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: ‘define_macros‘

  warnings.warn(msg)

non-existing path in ‘numpy/distutils‘: ‘site.cfg‘

non-existing path in ‘numpy/f2py‘: ‘docs‘

non-existing path in ‘numpy/f2py‘: ‘f2py.1‘

non-existing path in ‘numpy/lib‘: ‘benchmarks‘

Could not locate executable gfortran

Could not locate executable f95

Could not locate executable ifort

Could not locate executable ifc

Could not locate executable lf95

Could not locate executable pgfortran

Could not locate executable f90

Could not locate executable f77

Could not locate executable fort

Could not locate executable efort

Could not locate executable efc

Could not locate executable g77

Could not locate executable g95

Could not locate executable pathf95

don‘t know how to compile Fortran code on platform ‘posix‘

_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’

 int exp (void);

     ^

_configtest.o:在函数‘main’中:

/tmp/easy_install-lTEvxV/numpy-1.9.2/_configtest.c:6:对‘exp’未定义的引用

collect2: error: ld returned 1 exit status

_configtest.c:1:5: warning: conflicting types for built-in function ‘exp’

 int exp (void);

     ^

_configtest.c:1:20: fatal error: Python.h: 没有那个文件或目录

 #include <Python.h>

                    ^

compilation terminated.

_configtest.o:在函数‘main’中:

/tmp/easy_install-lTEvxV/numpy-1.9.2/_configtest.c:6:对‘exp’未定义的引用

collect2: error: ld returned 1 exit status

_configtest.c:1:20: fatal error: Python.h: 没有那个文件或目录

 #include <Python.h>

                    ^

compilation terminated.

Traceback (most recent call last):

  File "<string>", line 17, in <module>

  File "/tmp/pip-build-M6KpIR/pandas/setup.py", line 631, in <module>

    **setuptools_kwargs)

  File "/usr/lib/python2.7/distutils/core.py", line 111, in setup

    _setup_distribution = dist = klass(attrs)

  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 265, in __init__

    self.fetch_build_eggs(attrs[‘setup_requires‘])

  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 310, in fetch_build_eggs

    replace_conflicting=True,

  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 799, in resolve

    dist = best[req.key] = env.best_match(req, ws, installer)

  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1049, in best_match

    return self.obtain(req, installer)

  File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 1061, in obtain

    return installer(requirement)

  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 377, in fetch_build_egg

    return cmd.easy_install(req)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 646, in easy_install

    return self.install_item(spec, dist.location, tmpdir, deps)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 676, in install_item

    dists = self.install_eggs(spec, download, tmpdir)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 861, in install_eggs

    return self.build_and_install(setup_script, setup_base)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1089, in build_and_install

    self.run_setup(setup_script, setup_base, args)

  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1075, in run_setup

    run_setup(setup_script, args)

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 240, in run_setup

    raise

  File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__

    self.gen.throw(type, value, traceback)

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 193, in setup_context

    yield

  File "/usr/lib/python2.7/contextlib.py", line 35, in __exit__

    self.gen.throw(type, value, traceback)

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 164, in save_modules

    saved_exc.resume()

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 139, in resume

    compat.reraise(type, exc, self._tb)

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 152, in save_modules

    yield saved

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 193, in setup_context

    yield

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 237, in run_setup

    DirectorySandbox(setup_dir).run(runner)

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 267, in run

    return func()

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 236, in runner

    _execfile(setup_script, ns)

  File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 46, in _execfile

    exec(code, globals, locals)

  File "/tmp/easy_install-lTEvxV/numpy-1.9.2/setup.py", line 251, in <module>

    """

  File "/tmp/easy_install-lTEvxV/numpy-1.9.2/setup.py", line 243, in setup_package

    else:

  File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/core.py", line 169, in setup

  File "/usr/lib/python2.7/distutils/core.py", line 151, in setup

    dist.run_commands()

  File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands

    self.run_command(cmd)

  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command

    cmd_obj.run()

  File "/usr/lib/python2.7/dist-packages/setuptools/command/bdist_egg.py", line 152, in run

    self.run_command("egg_info")

  File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command

    self.distribution.run_command(command)

  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command

    cmd_obj.run()

  File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/egg_info.py", line 10, in run

  File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command

    self.distribution.run_command(command)

  File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command

    cmd_obj.run()

  File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/build_src.py", line 153, in run

  File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/build_src.py", line 170, in build_sources

  File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/build_src.py", line 329, in build_extension_sources

  File "/tmp/easy_install-lTEvxV/numpy-1.9.2/numpy/distutils/command/build_src.py", line 386, in generate_sources

  File "numpy/core/setup.py", line 432, in generate_config_h

    return pjoin(‘pandas‘, subdir, name + suffix)

  File "numpy/core/setup.py", line 42, in check_types

    min_numpy_ver = ‘1.7.0‘

  File "numpy/core/setup.py", line 293, in check_types

    for root, dirs, files in os.walk(‘pandas‘):

SystemError: Cannot compile ‘Python.h‘. Perhaps you need to install python-dev|python-devel.

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-M6KpIR/pandas
Traceback (most recent call last):
  File "/usr/bin/pip", line 9, in <module>
    load_entry_point(‘pip==1.5.6‘, ‘console_scripts‘, ‘pip‘)()
  File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 248, in main
    return command.main(cmd_args)
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 161, in main
    text = ‘\n‘.join(complete_log)
UnicodeDecodeError: ‘ascii‘ codec can‘t decode byte 0xe2 in position 72: ordinal not in range(128)
[email protected]:/var/python/web2py$
时间: 2025-01-02 18:08:49

ubuntu15.04 安装 pylab失败,先记下来,漫漫看的相关文章

Ubuntu15.04安装samba

1.安装所需组件sudo apt-get install samba sudo apt-get install cifs-utils sudo apt-get install samba-common 2.创建共享文件mkdir /home/xxx/share sudo chmod 777 share/ 3.备份以及修改配置文件sudo cp /etc/samba/smb.conf  /etc/samba/smb.conf.bak sudo gedit /etc/samba/smb.conf 在

U盘制作Ubuntu15.04启动盘失败

先用ubuntu15.04光盘在已有xp的电脑上安装成功? 随后在Ubuntu安装labview说glibc没安装? 但是ldd --version显示是安装的新版的? 后来怀疑是86_64的原因? 用软碟通做了usb启动的ubuntu15.04 386版本? 启动失败syslinux引导失败? 然后在快捷启动中专门制作启动引导还是不行? 换了universal usb driver 制作启动还是不行? 几乎要放弃了但是还是不能放弃? 这样倒来倒去做系统启动真的很煎熬? 让我想起去恢复一个破碎的

64位Ubuntu15.04安装Android Studio教程

本篇主要展示如何在最新的64位的Ubuntu 15.04安装Android Studio的过程,包括JDK安装和SDK安装的教程. 安装JDK 将jdk安装到/opt/jdk1.7目录下(bin目录的直接父目录),并编辑/etc/profile设置环境如下: # Setup jdk environment for all user. if [ -d /opt/jdk1.7 ]; then JAVA_HOME=/opt/jdk1.7 CLASSPATH=. PATH=${JAVA_HOME}/bi

Ubuntu15.04安装不完全指南

0x00. 烧盘 使用UltraISO(破解版)烧录到U盘里,设置电脑从U盘启动,即可安装. 安装时可能出现not COM32R image的命令行,“boot:” 后面直接输入live即可解决问题. 0x01. 顺序结构安装 这步不用多讲,就按顺序安装就行. 0x02. 更新 1 sudo apt-get update 2 sudo apt-get upgrade 系统安装完需要更新,这两行命令提供系统更新.有人估计会说要更换源,公司网速可以的话,也没必要. 0x03. aptitude 1

ubuntu15.04安装Chrome浏览器

首先到: https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 下载最新的安装文件. 然后: sudo apt-get install libappindicator1 libindicator7 sudo dpkg -i google-chrome-stable_current_amd64.deb sudo apt-get -f install 这样以后就可以apt安装和更新chrome浏览器了.

ubuntu15.04安装 RVM

首先,请参考这篇文章 https://ruby-china.org/wiki/rvm-guide RVM 官方网站 https://rvm.io/ 1 由于现在很多网站都转向https链接,所以,根据rvm官方的教程 另,最好还是以单用户的形式安装,也就是安装到非ROOT用户目录下. 1.1 设置https验证,如果按照以前的教程的话是没有这一部的,不过现在需要了,否则会报错. gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796

Ubuntu14.04安装build-essential失败,包依赖问题如何解决?

正在读取软件包列表... 完成 正在分析软件包的依赖关系树 正在读取状态信息... 完成 有一些软件包无法被安装.如果您用的是 unstable 发行版,这也许是 因为系统无法达到您要求的状态造成的.该版本中可能会有一些您需要的软件 包尚未被创建或是它们已被从新到(Incoming)目录移出. 下列信息可能会对解决问题有所帮助: 下列软件包有未满足的依赖关系: build-essential : 依赖: libc6-dev 但是它将不会被安装 或 libc-dev 依赖: gcc (>= 4:4

ubuntu15.04安装wps-office的64位版

下载wps-office的x64版 http://wps-community.org/download.html 2.安装: sudo dpkg -i wps-office_9.1.0.4961~a18p1_amd64.deb wget http://dl.cr173.com/soft1/symbol%EF%BC%8Dfonts_all.deb   ##下载缺失的字体 sudo dpkg -i symbol%8Dfonts_all.deb 3.添加windows xp的字体 windows的字体

ubuntu15.04安装vm11

下载vmware11:wget  https://download3.vmware.com/software/wkst/file/VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle2.安装:chmod +x VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle ./VMware-Workstation-Full-11.0.0-2305329.x86_64.bundle 3.安装gtk:sud