phpenv / phpenv-installer

Install phpenv & php-build and update all of them when you want to
MIT License
93 stars 10 forks source link

Executes, but nothing seems to work #8

Open galvao opened 2 years ago

galvao commented 2 years ago

Here's the output in my terminal (I've got the same results with either manual or scripted installation):

❯ phpenv
phpenv:
=======
   PHP multi-version installation and management utility.

Usage: phpenv <command> [<args>]

Some useful phpenv commands are:
   commands    List all available phpenv commands
   configure   Edit the current PHP's php.ini configuration file at location
   local       Set or show the local application-specific PHP version
   global      Set or show the global PHP version and update the Apache apxs
   shell       Set or show the shell-specific PHP version
   install     Install a PHP version using the php-build plugin
   uninstall   Uninstall a specific PHP version using the php-build plugin
   rehash      Rehash phpenv shims (run this after installing executables)
   version     Show the current PHP version and its origin
   versions    List all PHP versions available to phpenv
   which       Display the full path to an executable
   whence      List all PHP versions that contain the given executable

See `phpenv help <command>' for information on a specific command.
For full documentation, see: https://github.com/phpenv/phpenv#readme

~ 
❯ phpenv versions

Please note that versions gives me a blank line.

OS: Linux Distro: Fedora 36 (firewall and SELinux are disabled)

Help?

debo commented 1 year ago

Hey @galvao I know this is probably a stupid question but, did you try to install any php version via the install command?