Meteor commands not working

I am using a certain online IDE for the first time (replit). I was trying to install meteor and was successful since I saw this message:

Downloading Meteor distribution
######################################################################## 100.0%

Meteor 2.3.2 has been installed in your home directory (~/.meteor).

Now you need to do one of the following:

  (1) Add "$HOME/.meteor" to your path, or
  (2) Run this command as root:
        cp "/home/runner/.meteor/packages/meteor-tool/2.3.2/mt-os.linux.x86_64/scripts/admin/launch-meteor" /usr/bin/meteor

Then to get started, take a look at 'meteor --help' or see the docs at
docs.meteor.com.

Unfortunately, replit does not allow root access, so the second option isn't an option, and when I try the first option and run `meteor create myApp` I get the following message:

bash: meteor: command not found

I have never had this problem before. Is this due to the new Meteor version, or something else? Any help would be appreciated. I received a message from Meteor today saying that meteor 2.3.1 just came out but it says meteor 2.3.2 was installed.

I reinstalled meteor version this time with version 2.3.1 and had the same issue.