File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,13 @@ if you choose that path.
120120 New-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 -PropertyType DWORD -Force
121121
122122
123- In a terminal window for the buildbot user, issue the following commands in
124- the :file: `Scripts ` directory of your Python installation (you
125- can put the ``buildarea `` wherever you want to)::
123+ In a terminal window for the buildbot user, issue the following commands.
124+ (You can put the ``buildarea `` wherever you want to.)
125+ Note that the ``buildbot-worker `` command will be in the
126+ :file: `Scripts ` directory of your Python installation. Here and in the rest
127+ of the guide, you may need to launch it using the full path.
128+
129+ .. code-block ::
126130
127131 mkdir buildarea
128132 buildbot-worker create-worker buildarea buildbot-api.python.org:9020 workername workerpasswd
You can’t perform that action at this time.
0 commit comments