Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #74799 > unrolled thread

Pip doesn't install my scripts

Started byYaşar Arabacı <yasar11732@gmail.com>
First post2014-07-19 10:19 +0300
Last post2014-07-19 10:19 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Pip doesn't install my scripts Yaşar Arabacı <yasar11732@gmail.com> - 2014-07-19 10:19 +0300

#74799 — Pip doesn't install my scripts

FromYaşar Arabacı <yasar11732@gmail.com>
Date2014-07-19 10:19 +0300
SubjectPip doesn't install my scripts
Message-ID<mailman.12034.1405755758.18130.python-list@python.org>
Hi,

I am trying to package my file, but I am having problems with
installing my Scripts. Here is my package:
https://github.com/yasar11732/tklsystem

Here is my package's PyPi page: https://pypi.python.org/pypi/TkLsystem

The problem I face is that, when I run `python setup.py install` from
my development directory, I see that script file is installed.
However, if I run `pip install TkLsystem`, my script file is not
copied to Scripts directory.

What am I doing wrong here?

-- 
http://ysar.net/

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web