由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 如何把python/scripts加到path里?
相关主题
问个 python 问题能MV/CP但不能执行
想在red hat Linux 下装 ubuntu 需要把硬盘上所有文件都给备份到其它盘里吗?求助一个bash脚本问题
python + apache2 upload例子跑不了请教大师们一个关于vim的问题
Python和gst-launch怎么写到一起?问问应该学用那个shell?
请教个 Ubuntu/LaTeX 的问题问两个Linux 的问题
CentOS 5.5自带的python版本过低,能自己升级吗?贡献一个在 terminal 查 dict.cn 的 script
玩了玩 cythonscripting language lua
问个基础问题,关于linux command存放地址ipython 使用总结
相关话题的讨论汇总
话题: path话题: python话题: scripts话题: file话题: usr
进入Linux版参与讨论
1 (共1页)
g****g
发帖数: 1828
1
“First, ensure you have Python, and pdflatex. Make sure that the
python/scripts directory is in your path, and that pdflatex is in your path.”
程序好像安装成功了,但是运行不成功。我觉得是上面的原因。我用的ubuntu。怎么把
path改一下?而且是改成python的?
E*V
发帖数: 17544
2
echo $PATH
you will see the current one
PATH=$PATH:/path to/your/dir:......

path.”

【在 g****g 的大作中提到】
: “First, ensure you have Python, and pdflatex. Make sure that the
: python/scripts directory is in your path, and that pdflatex is in your path.”
: 程序好像安装成功了,但是运行不成功。我觉得是上面的原因。我用的ubuntu。怎么把
: path改一下?而且是改成python的?

g****g
发帖数: 1828
3
where is the python/scripts directory?

【在 E*V 的大作中提到】
: echo $PATH
: you will see the current one
: PATH=$PATH:/path to/your/dir:......
:
: path.”

c*********k
发帖数: 4747
4
whereis python

【在 g****g 的大作中提到】
: where is the python/scripts directory?
g****g
发帖数: 1828
5
$ which python
/usr/bin/python

【在 c*********k 的大作中提到】
: whereis python
g****g
发帖数: 1828
6
error message is like this. i don't know if it's due the path incorrect.
just a guess.
$ topdrawer.py tutorial.tex
Traceback (most recent call last):
File "/usr/local/bin/topdrawer.py", line 33, in
main(sys.argv[1:])
File "/usr/local/bin/topdrawer.py", line 5, in main
import td.ui
File "/usr/local/lib/python2.6/dist-packages/td/ui.py", line 4, in
import Tkinter as tk
File "/usr/lib/python2.6/lib-tk/Tkinter.py", line 42, in
raise ImportError, str

【在 g****g 的大作中提到】
: “First, ensure you have Python, and pdflatex. Make sure that the
: python/scripts directory is in your path, and that pdflatex is in your path.”
: 程序好像安装成功了,但是运行不成功。我觉得是上面的原因。我用的ubuntu。怎么把
: path改一下?而且是改成python的?

g****g
发帖数: 1828
7
never mind. after installing python-tk package, the tutorial works.

module>

【在 g****g 的大作中提到】
: error message is like this. i don't know if it's due the path incorrect.
: just a guess.
: $ topdrawer.py tutorial.tex
: Traceback (most recent call last):
: File "/usr/local/bin/topdrawer.py", line 33, in
: main(sys.argv[1:])
: File "/usr/local/bin/topdrawer.py", line 5, in main
: import td.ui
: File "/usr/local/lib/python2.6/dist-packages/td/ui.py", line 4, in
: import Tkinter as tk

1 (共1页)
进入Linux版参与讨论
相关主题
ipython 使用总结请教个 Ubuntu/LaTeX 的问题
Ubuntu下python用什么编辑器CentOS 5.5自带的python版本过低,能自己升级吗?
找不到命令的路径玩了玩 cython
求教怎样把scp下载的文件on-the-fly打包?问个基础问题,关于linux command存放地址
问个 python 问题能MV/CP但不能执行
想在red hat Linux 下装 ubuntu 需要把硬盘上所有文件都给备份到其它盘里吗?求助一个bash脚本问题
python + apache2 upload例子跑不了请教大师们一个关于vim的问题
Python和gst-launch怎么写到一起?问问应该学用那个shell?
相关话题的讨论汇总
话题: path话题: python话题: scripts话题: file话题: usr