Skip to content
Advertisement

Cannot add Genymotion path to PATH variable linux xubuntu [closed]

I’m following this doc and trying to add Genymotion path to environment variable PATH but it’s not being displayed along the others paths after running an echo $PATH.

command to add:

JavaScript

or:

JavaScript

echo $PATH:

JavaScript

I’ve tried to move the folder to another path but I get the same error. How can I fix it?

Advertisement

Answer

add this line in your ~/.profile to set $PATH permanently

JavaScript
User contributions licensed under: CC BY-SA
1 People found this is helpful
Advertisement