linux下无root 安装activepython到指定目录
linux下无root 安装activepython
1、下载ActivePython-2.7.8.10-linux-x86_64.tar.gz 包
2、进入非root用户,如bdc用户,解压
[bdc@svr001 python]$ tar -zxvf ActivePython-2.7.8.10-linux-x86_64.tar.gz
解压得到ActivePython-2.7.8.10-linux-x86_64 目录
3、进入ActivePython-2.7.8.10-linux-x86_64目录
[bdc@svr001 python]$ cd ActivePython-2.7.8.10-linux-x86_64
[bdc@svr001
ActivePython-2.7.8.10-linux-x86_64]$ ll
总用量 52
drwxrwxr-x. 7 bdc bdc
4096 7月 3 2014 INSTALLDIR
-rw-rw-r--. 1 bdc bdc 14306 7月 3 2014
_install.py
-rwxr-xr-x. 1 bdc bdc 373 7月 3 2014 install.sh
-rwxrwxr-x.
1 bdc bdc 16060 7月 3 2014 sh2.py
-rw-rw-r--. 1 bdc bdc 10229 1月 24 13:18
sh2.pyc
4、查看_install.py 文件
[bdc@svr001 ActivePython-2.7.8.10-linux-x86_64]$ more
_install.py
#!/usr/bin/env python
# Copyright (c) 2003-2014 ActiveState
Software Inc.#
#********************************************************************
#
WARNING: Do not run this script directly. Run the main
"./install.sh"
# which will launch this script
properly.
#********************************************************************"""
./install.sh - ActivePython install
scriptUsage:
./install.sh
[options...]General Options:
-h, --help print
this help and exit
-v, --verbose verbose output-I, --install-dir <dir> specify install
directoryWhen called without arguments this script will
interactively install
ActivePython. If the install dir is specified then
ActivePython will
be installed without
interaction.
5、用 -I 或--install-dir 参数可安装到指定目录
[bdc@svr001 ActivePython-2.7.8.10-linux-x86_64]$ ./install.sh -I
/opt/aspire/product/bdc/python/python27.8.10
Installing ActivePython to
'/opt/aspire/product/bdc/python/python27.8.10'...
Relocating dir-dependent
files...
Pre-compiling .py files in the standard library...ActivePython has been successfully installed to:
/opt/aspire/product/bdc/python/python27.8.10
You can add the
following to your .bashrc (or equivalent)
to put ActivePython on your
PATH:export PATH=/opt/aspire/product/bdc/python/python27.8.10/bin:$PATH
The documentation is available here:
/opt/aspire/product/bdc/python/python27.8.10/doc/python2.7/index.html
web: http://docs.activestate.com/activepython/2.7Please send us any feedback you might have or log bugs here:
activepython-feedback@ActiveState.com
http://bugs.activestate.com/ActivePython/Thank you for using ActivePython.
6、加入环境变量
将以下语句加入到bdc用户的 .bash_prorfile环境变量中,并执行..bash_prorfile生效。
export
PATH=/opt/aspire/product/bdc/python/python27.8.10/bin:$PATH
linux下无root 安装activepython到指定目录的更多相关文章
- linux下无root源码安装软件
先进入源码文件夹下指定安装路径 ./configure --prefix=/public/home/ztu/usr/samtools 编译 make 安装 make install 写入环境变量 vi ...
- Linux下非root用户如何安装软件
Linux下非root用户如何安装软件 从windows转移到Linux的用户最开始总会有各种不适,因为这种不适最终放弃linux的不在少数.对于这类人只能说可惜,还没有领略到linux的美好就过早放 ...
- [转载]Linux下非root用户如何安装软件
[转载]Linux下非root用户如何安装软件 来源:https://tlanyan.me/work-with-linux-without-root-permission/ 这是本人遇到的实际问题,之 ...
- linux下subversion server安装手册
linux下subversion server安装手册 安装基于的Linux版本为:Red Hat Enterprise Linux Server release 6.3. 一 准备需要的安装包. ( ...
- 细说Linux下软件包的安装与管理
一 源码安装方式 由于linux操作系统开放源代码,因而在其上安装的软件大部分也都是开源软件,例如apache.tomcat.php等软件.开源软件基本都提供源码下载,源码安装的方式:源码安 ...
- Linux下Qt的安装与配置
参考资料:http://www.cnblogs.com/emouse/archive/2013/01/28/2880142.html Linux 下编译.安装.配置 QT 下载qt 这里用的是4.7. ...
- Memcahce(MC)系列(两)Linux下一个Memcache安装
Linux下一个memcache安装 memcache是高性能.分布式的内存对象缓存系统,用于在动态应用中降低数据库负载.提升訪问速度.眼下用memcache解决互联网上的大用户读取是很流行的一种使用 ...
- Linux下Jdk的安装和jdk环境变量的设置
我们在Linux下安装系统软件的时候,经常遇到一些系统环境变量配置的问题.什么是环境变量?如何定制环境变量?我将在下面做一些介绍.一.什么是环境变量?Linux是一个多用户的操作系统.多用户意味着每个 ...
- Linux下zoopkeeper的安装和启动
Linux下zoopkeeper的安装和启动 1.什么是zookeeper ZooKeeper是一个分布式的,开放源码的分布式应用程序协调服务,是Google的Chubby一个开源的实现,是Hadoo ...
随机推荐
- zabbix-agent 在SElinux Enforcing 状态的文件权限问题及解决办法
因为某种原因必须要开启SElinux,用yum装了一个zabbix-agent 替换了一下配置文件结果悲剧了 # systemctl restart zabbix-agent ● zabbix-age ...
- 对String中固定符号隔开的每项做无序不重复监测
Response<List<String[]>> response = new Response<>(); // 引擎方式校验 // 在此对知识内容标签进行打标 t ...
- Ocelot:API网关概要
一.概要 Ocelot是.Net Core下一个开源API网关:Ocelot主要目标是在.NET在微服务或面向服务架构中提供统一的入口服务, Ocelot拿到HttpRequest对象到管道后,先创建 ...
- Fiddler和PostMan的使用例子和下载
一.Fiddler:先下个 1.先讲下Get请求:很简单就一图示意: 然后再讲下POST:举个例子 请求主体的内容: User-Agent: FiddlerContent-Type: applicat ...
- Spring Boot中JSON参数传递,后台实体接受问题
1.json参数为json字符串 var data = { name: '超管不是11', password: '123456' }; $.ajax({ type:"post", ...
- Android开发中使用Intent跳转到系统应用中的拨号界面、联系人界面、短信界面
现在开发中的功能需要直接跳转到拨号.联系人.短信界面等等,查找了很多资料,自己整理了一下. 首先,我们先看拨号界面,代码如下: Intent intent =new Intent(); intent. ...
- iOS项目之获取WebView的高度
获取高度值的方法: - (void)webViewDidFinishLoad:(UIWebView *)webView { // 获取webView的高度 CGFloat webViewHeight ...
- 2、Kafka架构
Kafka架构图 1)Producer :消息生产者,就是向kafka broker发消息的客户端. 2)Consumer :消息消费者,向kafka broker取消息的客户端 3)Topic :可 ...
- Windows安装MySQL5.7.23 zip包
工欲善必先利其器 # 环境: Win7旗舰版 + MySQL5.7.23 # 用到的命令: mysqld --initialize -- 初识化 mysqld --install -- 添加到Wind ...
- Linux 系统最大TCP连接数 调优
Linux系统TCP最大连接数 Linux系统可接连接到最大的TCP连接数,高并发情况下可进行扩展加大,最大为65536. 限制最大TCP连接数 修改文件:/etc/sysctl.conf 生效命令: ...