Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9060929
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T15:21:29+00:00 2026-06-16T15:21:29+00:00

In order to run new web application using ringojs , it’s recommended to add

  • 0

In order to run new web application using ringojs, it’s recommended to add the ringojs bin directory to your PATH environment variable, so i tried like so:

 echo 'export PATH=Users/repos/ringojs/bin:$PATH' >> ~/.profile

Then close and reopen the terminal, and tried to create new ringojs web app as described in the ringo README.

ringo-admin create --google-appengine myapp

However, i got always:

zsh: command not found: ringo-admin

Please note i have set the ant and ivy tools successfully. Am i missing something there? is the way to add to the $PATH incorrect?

Update:

After using Abraham suggestion, here is the .bash_profile content so far:

 <echo message=" test       --> run JUnit and RingoJS tests"/>
        <echo message=" docs       --> generates the API docs"/>
        <echo message=" package    --> creates RingoJS distribution"/>
        <echo message=" dpkg       --> creates RingoJS debian package"/>
        <echo message=" clean      --> clean up compiled resources"/>
    </target>

    <!-- =================================================================== -->
    <!-- Initializes some variables                                          -->
    <!-- =================================================================== -->
    <target name="init">
        <property name="project" value="ringojs"/>
        <property name="version" value="0.9"/>

        <property name="home" value="."/>

        <property name="src" value="${home}/src"/>
        <property name="lib" value="${home}/lib"/>
        <property name="build" value="${home}/build"/>
        <property name="classes" value="${build}/classes"/>
        <property name="docs" value="${home}/docs"/>
        <property name="jsdocs" value="${home}/docs/modules"/>
        <property name="javadocs" value="${home}/docs/java"/>

        <property name="ringo-core.jar" value="${lib}/ringo-core.jar"/>
        <property name="ringo-modules.jar" value="${lib}/ringo-modules.jar"/>

        <property name="debug" value="on"/>
        <property name="optimize" value="on"/>
        <property name="deprecation" value="on"/>

        <property name="testclasses" value=""/>

        <path id="classpath">
            <fileset dir="lib">
                <include name="**/*.jar"/>
                <exclude name="${ringo-core.jar}"/>
            </fileset>
            <pathelement location="${classes}"/>export PATH=Users/repos/ringojs/bin:$PATH' >> ~/.profile

However, i still get the same ringo-admin command not found, even though i closed and reopened the terminal session.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T15:21:30+00:00Added an answer on June 16, 2026 at 3:21 pm

    .profile file is sourced only if bash or other POSIX-compatible shell is a login shell. Zsh will source this only if it is invoked using symlink named sh (i.e. in POSIX compatibility mode). .bash_profile is the same, but only for bash. What you need is either adding this line to .zshrc (if you want to use this only in interactive sessions, should be preferred), .zshenv (for all sessions) or (the best if works) just try full system restart with new (with export … line) .zprofile: if there happens to be a login shell launched before normal one, it will work perfectly.

    Note that if you choose to use .zshrc and, especially, .zshenv then you must check that new path is not already there: exported variables are passed to each parent process thus you will easily end up with a sequence of identical directories in $PATH.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the android-maven-plugin 3.2.0 and run the following in order to install and
I'm using python-spidermonkey to run JavaScript code. In order to pass objects (instead of
I'm doing my first Java EE web application using glassfish and netbeans. When I
I new to web-start and We are using exe4j to create executable from One-jar.
I'm in the preliminary stages of designing a new web application, and have yet
I'm using Quartz 2.1.1 and have a JAR application (Note, not a web so
I am creating a web application which will run on a local machine. I
I've taken over a web application that is using Subversion. When the code is
I am about to write unit tests for a new web application. My preferred
I am implementing a Restful Web Service in java (JAX-RS) using Jesey. I run

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.