-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
مشكلة التثبيت عند أستخدام صدفة zsh #19
Comments
وعليكم السلام |
GNU/Linux Fedora 29 |
Can you please take a fresh checkout and install again. If same problem occur please run You can also try Remember you don't have to add path now anywhere. Just take check and run Please let me know if didn't work or if it works please let me know how. |
مرحبا بك |
السلام عليكم
لدي مشكلة عند التثبيت
طريقة التثبيت كانت مثل الأتي
https://github.com/yalang/ya#installation
الإختلاف الوحيد هو إضافة سطر
.bashrc بدل ملف .zshrc الى ملف
[$] ./install.sh
cp: cannot stat 'bin/': No such file or directory
cp: cannot stat 'src/': No such file or directory
cp: cannot stat 'start.py': No such file or directory
mv: cannot stat '/home/suliman/ya/bin/cmd.sh': No such file or directory
chmod: cannot access '/home/suliman/ya/bin/ya': No such file or directory
ln: failed to access '/home/suliman/ya/bin/ya': No such file or directory
Installation successful
التثبيت بنجاح
Next Add 'export PATH=/home/suliman/ya/bin:$PATH' to your .bash_profile or .bashrc
'.bash_profile أو .bashrc إلى 'export PATH=/home/suliman/ya/bin:$PATH' التالي أضف
عند محاولة تشغيل اللغة أحصل على التالي
[$] ي
zsh: ي: command not found...
`
ألقيت نظرة بعد التثبيت على محتويات ملف
~/ya
وكان فارغًا
وهنا الناتج
`
[$] ls -al ~/ya ~/ya/bin ~/ya/src
/home/suliman/ya:
total 20
drwxrwxr-x. 2 suliman suliman 4096 يناير 26 18:51 bin
drwxrwxr-x. 2 suliman suliman 4096 يناير 26 18:51 src
drwxrwxr-x. 4 suliman suliman 4096 يناير 26 18:51 .
drwx--x---+ 70 suliman suliman 4096 يناير 26 19:09 ..
/home/suliman/ya/bin:
total 8
drwxrwxr-x. 2 suliman suliman 4096 يناير 26 18:51 .
drwxrwxr-x. 4 suliman suliman 4096 يناير 26 18:51 ..
/home/suliman/ya/src:
total 8
drwxrwxr-x. 2 suliman suliman 4096 يناير 26 18:51 .
drwxrwxr-x. 4 suliman suliman 4096 يناير 26 18:51 ..
`
The text was updated successfully, but these errors were encountered: