1

I wrote a small command line tool. A http upload client called tbzuploader

I use Python on linux daily, but I have no clue how to use a console_script (via setup.py) on windows.

Where does pip install my command line tool?

Background: the tool should be executed regularly via the windows task scheduler

2
  • It'll be in the "Scripts" folder of the target interpreter. The task scheduler should run the tool using its fully-qualified path. Commented Oct 1, 2017 at 5:09
  • @eryksun If you write your comment as answer, I will up-vote and accept it. Commented Oct 2, 2017 at 12:04

1 Answer 1

1

The scripts get installed in this directory:

C:\Python27\Scripts
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.