Skip to content

Commit 58d8024

Browse files
committed
fixed missing title and link
1 parent 8e33376 commit 58d8024

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

pelican/content/blog/2014/no_soup_for_you.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
1-
shTitle: No soup for you, userSetup.py
1+
Title: No soup for you, userSetup.py
2+
Subtitle: How to turn of Maya's userSetup
23
Date: 2014-05-13 12:30:00.001
34
Category: blog
45
Tags: maya, python, tools
56
Slug: no_soup_for_you
67
Authors: Steve Theodore
78
Summary: How to bypass `userSetup.py` (or `userSetup.mel`, if you're really old school)
9+
header_cover: http://4.bp.blogspot.com/_U3jHsmZuyeg/TLr6UM2AS-I/AAAAAAAADg0/1BFasu5yW70/s1600/obama_poster_soup_nazi.gif
810

9-
When I start working on [isolating maya environments,](http://techartsurvival.blogspot.com/2014/05/what-happens-at-startup.html) I came across a nice bit of trivia I didn't know about.
11+
When I start working on [isolating maya environments,](multiple_mayapy_management_mania) I came across a nice bit of trivia I didn't know about.
1012

11-
If you ever want to run a Maya without its _userSetup.py_ and without having to move or rename files, it turns out you can suppress userSetups by setting an environment variable called MAYA_SKIP_USERSETUP_PY to any value that evaluates as True. This is handy for testing and isolating path management problems - if you've got a rogue path and you're not sure where it's coming from, this is an easy way to make sure it's not being added in by the userSetup.
13+
If you ever want to run a Maya without its _userSetup.py_ and without having to move or rename files, it turns out you can suppress userSetups by setting an environment variable called `MAYA_SKIP_USERSETUP_PY` to any value that evaluates as `True`. This is handy for testing and isolating path management problems - if you've got a rogue path and you're not sure where it's coming from, this is an easy way to make sure it's not being added in by the userSetup.
1214

13-
PS: If you're using a [MayaPyManager ](http://techartsurvival.blogspot.com/2014/05/what-happens-at-startup.html)to run mayapy instances, you can set this variable like so:
14-
15+
PS: If you're using a [MayaPyManager](multiple_mayapy_management_mania) to run mayapy instances, you can set this variable like so:
1516

1617
:::python
1718
from mayaPyManager import MayaPyManager

0 commit comments

Comments
 (0)