Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mitsuba-shapenet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hardik Jain
mitsuba-shapenet
Commits
23eb7140
Commit
23eb7140
authored
10 years ago
by
Wenzel Jakob
Browse files
Options
Downloads
Patches
Plain Diff
Document MITSUBA_PYVER
parent
84685dfc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/python.tex
+7
-0
7 additions, 0 deletions
doc/python.tex
with
7 additions
and
0 deletions
doc/python.tex
+
7
−
0
View file @
23eb7140
...
...
@@ -11,11 +11,18 @@ Menu}$\to$\emph{Command-line access}'' menu item from within Mitsuba.
If you compiled Mitsuba yourself, then an alternative way of setting the appropriate
environment variables without making changes to the system is by sourcing the
\code
{
setpath.sh
}
script located in the main Mitsuba directory.
It is possible to specify the desired Python plugin version using the
\texttt
{
MITSUBA
\_
PYVER
}
environment variable, e.g.
\begin{python}
export MITSUBA
_
PYVER=3.3
source
$
\langle
$
Mitsuba directory
$
\rangle
$
/setpath.sh
\end{python}
\paragraph
{
Linux:
}
If you installed one of the official Mitsuba packages for your distribution, then everything should work out of the box.
If you compiled Mitsuba yourself, you will need to source the
\code
{
setpath.sh
}
script located in the main Mitsuba directory before starting Python.
See the Mac OS example above with regards to requesting a specific version of the Python plugin.
\paragraph
{
Windows
}
On Windows it is necessary to explicitly specify the required extension search path within Python
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment