yyyyyyyan / rockstar-py

Python transpiler for the esoteric language Rockstar
MIT License
94 stars 26 forks source link

rockstar-py: command not found #48

Open ShahJabir opened 2 years ago

ShahJabir commented 2 years ago

After pip3 install rockstar-py . I want to run this command rockstar-py --output rockstar.py -i lyrics.txt but I get this error -bash: rockstar-py: command not found

ayushpatel2004 commented 2 years ago

I was also facing the same issue. The following way helped me...Hopefully, it may work for you. Step 1: Find the rockstarpy directory in the rockstar-py directory (It is the one which you have installed). Step 2: Once you find that then keep the rockstarpy directory and file lyrics.txt in the new directory (Let's give it the name abc). Step 3: Open your terminal and go to the directory abc. Step 4: Run the command : python3 rockstarpy --output rockstar.py -i lyrics.txt