Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
codejail
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
codejail
Commits
2864c48e
Commit
2864c48e
authored
Sep 09, 2013
by
Piotr Mitros
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor formatting bugs.
parent
3124820a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
README.rst
+4
-4
No files found.
README.rst
View file @
2864c48e
...
@@ -66,10 +66,10 @@ automatically detected and used if you put it right alongside your existing
...
@@ -66,10 +66,10 @@ automatically detected and used if you put it right alongside your existing
virtualenv, but with `-sandbox` appended. So if your existing virtualenv is in
virtualenv, but with `-sandbox` appended. So if your existing virtualenv is in
`/home/chris/ve/myproj`, make **<SANDENV>** be `/home/chris/ve/myproj-sandbox`.
`/home/chris/ve/myproj`, make **<SANDENV>** be `/home/chris/ve/myproj-sandbox`.
Other details here that depend on your configuration:
The user running the LMS is **<SANDBOX_CALLER>**, for example, you on
your dev machine, or `www-data` on a server.
- The user running the LMS is **<SANDBOX_CALLER>**, for example, you on your dev
Other details here that depend on your configuration:
machine, or `www-data` on a server.
1. Create the new virtualenv::
1. Create the new virtualenv::
...
@@ -128,7 +128,7 @@ Using CodeJail
...
@@ -128,7 +128,7 @@ Using CodeJail
--------------
--------------
If your CodeJail is properly configured, to use safe_exec, try these
If your CodeJail is properly configured, to use safe_exec, try these
commands at your Python terminal:
commands at your Python terminal:
:
import codejail.jail_code
import codejail.jail_code
codejail.jail_code.configure('python', '**<SANDENV>**/bin/python')
codejail.jail_code.configure('python', '**<SANDENV>**/bin/python')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment