#包安装

win8 win10 安装msi 提示2502、2503的错误代码

前言:归根到底是权限不够导致的。win7应该不会有这个问题。 问题发生:换了个电脑,装个win10预览版玩玩,发现python的msi安装文件安装不了。错误代码是2502。 其实我已经在win8上安装mysql的时候遇到过,那个时候解决了,可是方法用在win10上无效,简直就是想哭....还好还是找...

windows下利用virtual 安装 flask

出处: https://segmentfault.com/a/1190000002450878本文介绍Windows下如何从零开始搭建Python+Flask开发环境。访问https://www.python.org/,进入下载页面,下载Python2.7系列的WINDOWS版本。安装之后需要把Python相...

Linux超快速安装Ruby on Rails

时间 2014-11-2511:45:11FlincllckTalk原文 http://www.flincllck.com/quick-install-rails/主题RubyonRailsSed在前面的一篇文章我介绍了一个安装ROR的方法,不过对于刚接触Unix命令行的来说还是比较复杂,容易出错。...
代码星球 ·2021-02-21

Windows下pry安装和配置

Windows下pry安装和配置 pry是一个增强型的交互式命令行工具,比irb强大。有自动完成功能,自动缩进,有颜色。有更强大的调试功能。 在windows上pry默认没有打开自动缩进和颜色功能。需要配置一下。放在个人目录下的pryrc文件里(文件路径:%USERPROFILE%.pryrc)。配...
代码星球 ·2021-02-21

Ruby(rails)win环境下安装

在RubyInstaller官网下载window版本安装,地址:http://rubyinstaller.org/downloads/ 执行安装程序,勾选AddRubyexecutablestoyourPATH,安装完成在cmd上测试ruby-v查看 注意安装路径中不要有空格,否则会影响rails的...

[ubuntu]给ubuntu server安装xubuntu(xfce)窗口管理器

1.安装基本图形$ sudo apt-get install x-window-system-core2.安装窗口管理器$ sudo apt-get install xubuntu-desktop3.安装登录管理器(这里我选择lightdm...

python windows安装

一、下载并安装下载地址http://www.python.org/download/安装二、配置环境变量配置python环境变量以便后面安装插件。D:ProgramFilesPython27;D:ProgramFilesPython27Scripts三、配置下pip的环境变量安装虚拟工具virtualenv, ...
代码星球 ·2021-02-21

[ruby]Windows Ruby安装步骤

准备工作:1.http://rubyinstaller.org/downloads/下载选择Ruby1.9.32.http://rubyinstaller.org/downloads/下载DEVELOPMENTKIT注意版本和1对应3.http://www.sqlite.org/download.html选择Preco...

[firefox]在Debian7及其衍生版下安装firefox

DebianbydefaultcomeswithIceweaselwebbrowserinsteadoffirefox.AlthoughitisrecommendedtouseIceweaselyoumayhaveaneedtoinstallfirefoxarehereisasimplewayhowtoinstallf...

[xampp]在Crunch Bang下安装xampp1.8.3

1.下载linux下的xampp安装包 xampp-linux-1.8.3-5-installer.run 2.终端下,给执行权限sudochmod+x./xampp-linux-1.8.3-5-installer.run执行安装sudo./xampp-linux-1.8.3-5-installer...

[php/html/CSS]给Aptana3 安装 Emmet插件

zencoding更名为Emmetemmet谷歌主页地址:http://code.google.com/p/zen-coding/emmet官方aptana插件地址https://github.com/sergeche/eclipse-zencoding简易安装指南/GotoHelp>InstallNewSoft...
代码星球 ·2021-02-21

[crunch bang]在Crunch Bang安装和设置fcitx(小企鹅输入法)

试来试去还是喜欢小企鹅多一些 第一步:在终端下/sudoapt−getinstallfcitxfcitx−sunpinyin fcitx-ui-classicfcitx-table/sudoapt-getinstallfcitx-config-commonfcitx-config-gtkfcitx-...

[fedora21]给fedora21安装fcitx输入法

如果已经安装了ibus,需要卸载ibus:  sudoyumremoveibus;安装fcitx:   sudoyuminstallfcitxfcitx-pinyinfcitx-configtool;  sudoyuminstallfcitx-pin...

【LAMP】在Debian系linux下安装LAMP

apt-getinstallbuild-essentialapt-getinstallmysql-serverapt-getinstallapache2这种方式安装完的Apache,其web根目录在/var/www,Apache以www-data的身份运行。你可以尝试着访问http://127.0.0.1,已经可以访问...
代码星球 ·2021-02-21
首页上一页...1516171819...下一页尾页