Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
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
OpenEdx
ansible
Commits
7f6ab89b
Commit
7f6ab89b
authored
Sep 26, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hacking/env-setup no longer needs to set library since modules appear as git submodules.
parent
16c4c378
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
hacking/env-setup
+0
-3
No files found.
hacking/env-setup
View file @
7f6ab89b
...
...
@@ -21,8 +21,6 @@ PREFIX_MANPATH="$ANSIBLE_HOME/docs/man"
[[
$PYTHONPATH
!=
${
PREFIX_PYTHONPATH
}*
]]
&&
export
PYTHONPATH
=
$PREFIX_PYTHONPATH
:
$PYTHONPATH
[[
$PATH
!=
${
PREFIX_PATH
}*
]]
&&
export
PATH
=
$PREFIX_PATH
:
$PATH
unset
ANSIBLE_LIBRARY
export
ANSIBLE_LIBRARY
=
"
$ANSIBLE_HOME
/library:
`
python
$HACKING_DIR
/get_library.py
`
"
[[
$MANPATH
!=
${
PREFIX_MANPATH
}*
]]
&&
export
MANPATH
=
$PREFIX_MANPATH
:
$MANPATH
# Print out values unless -q is set
...
...
@@ -33,7 +31,6 @@ if [ $# -eq 0 -o "$1" != "-q" ] ; then
echo
""
echo
"PATH=
$PATH
"
echo
"PYTHONPATH=
$PYTHONPATH
"
echo
"ANSIBLE_LIBRARY=
$ANSIBLE_LIBRARY
"
echo
"MANPATH=
$MANPATH
"
echo
""
...
...
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