forked from pyblish/pyblish-win
-
Notifications
You must be signed in to change notification settings - Fork 0
/
subshell.bat
35 lines (32 loc) · 828 Bytes
/
subshell.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
@echo off
echo =================================================
echo.
echo Congratulations!
echo.
echo You now wield the full power of Pyblish on your
echo local machine! To continue installing Pyblish onto
echo a network, head on to the Pyblish for Windows
echo installation guide, here:
echo.
echo - https://github.com/pyblish/pyblish-win/wiki
echo.
echo Your current terminal has a few environment
echo variables applied; you can use these to validate
echo that things went right.
echo.
echo - %%PYTHONPATH%%
echo - %%NUKE_PATH%%
echo - %%HOUDINI_PATH%%
echo.
echo Print any of these using the "echo" command.
echo.
echo For example:
echo $ echo %%PYTHONPATH%%
echo.
echo To return to where you were, type "exit".
echo.
echo =================================================
echo.
echo Happy publishing,
echo Marcus
echo.