Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #74799
| Date | 2014-07-19 10:19 +0300 |
|---|---|
| Subject | Pip doesn't install my scripts |
| From | Yaşar Arabacı <yasar11732@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.12034.1405755758.18130.python-list@python.org> (permalink) |
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/
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Pip doesn't install my scripts Yaşar Arabacı <yasar11732@gmail.com> - 2014-07-19 10:19 +0300
csiph-web