Creating script /usr/bin/macqiime...
cp: /usr/bin/macqiime: Operation not permitted
chmod: /usr/bin/macqiime: No such file or directory
done.
--
---
You received this message because you are subscribed to a topic in the Google Groups "Qiime Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qiime-forum/N2aZIPrsb_o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qiime-forum...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi John,While I was following your step-by-step I wrote the wrong username in the install.s file and in the bash_profile file. Now when I open the terminal the first message I receive is:-bash: export: `Rodriguez/macqiime:/Library/Frameworks/Python.framework/Versions/3.4/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/X11/bin:/usr/texbin': not a valid identifier
-bash: touch: command not found
Arnolds-Macbook-Pro:~ argelabert$
Is there anyway I can re-open the bash_profile again and rename it? When I try to use open ~/.bash_profile I get another error, I'm guessing it's because the location doesn't exist.Arnolds-Macbook-Pro:~ argelabert$ open ~/.bash_profile
-bash: open: command not found
Any help would be greatly appreciated.
--
---
You received this message because you are subscribed to the Google Groups "Qiime Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to qiime-forum...@googlegroups.com.
>> ./install.s
-bash: ./install.s: Permission denied
>> sudo ./install.s
Password:
sudo: ./install.s: command not found
--
--
MacQIIME version:
cat: /macqiime/version.txt: No such file or directory
Sourcing MacQIIME environment variables...
This is the same as a normal terminal shell, except your default
python is DIFFERENT (/macqiime/bin/python) and there are other new
QIIME-related things in your PATH.
Type "exit" (return) to go back to your normal shell
Any help is greatly appreciated.
--
---
You received this message because you are subscribed to a topic in the Google Groups "Qiime Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qiime-forum/N2aZIPrsb_o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qiime-forum...@googlegroups.com.
# remove any macqiime folder that's already located in /
sudo rm -R /macqiime
# make a copy of the "macqiime" folder from the installation package, to root
sudo cp -a ./macqiime /
source /macqiime/configs/bash_profile.txt
cat /macqiime/version.txt
--
---
You received this message because you are subscribed to a topic in the Google Groups "Qiime Forum" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/qiime-forum/N2aZIPrsb_o/unsubscribe.
To unsubscribe from this group and all its topics, send an email to qiime-forum...@googlegroups.com.
Brandis-MacBook-Pro:~ brandikielreese$ cat /macqiime/version.txt
MacQIIME 1.9.1-20150604
1. Removed any macqiime folder already located in / sudo rm -R /macqiime 2. Downloaded installation package from Qiime website (Version 1.9.1 20150604 OS10.7) 3. Downloaded new install.s file from Thread (https://groups.google.com/forum/#!topic/qiime-forum/N2aZIPrsb_o/discussion) Modified to include USERNAME: yourusername Navigate to Downloads folder chmod a+x ./install.s (to give Executable permissions) 4. MacQIIME Installation Steps cd ~/Downloads md5 MacQIIME_1.9.1-20150604_OS10.7.tgz (Check MD5 Sum) Output should be: 6634cb226d71ecf17d60483e6039f66a MacQIIME_1.9.1-20150604_OS10.7.tgz tar -xvf MacQIIME_1.9.1-20150604_OS10.7.tgz (Unarchive file using tar command) cd MacQIIME_1.9.1-20150604_OS10.7/ Replace install.s file in installation package with new install.s containing YOURUSERNAME ./install.s 5. Open bash profile in default text editor open ~/.bash_profile export PATH=/Users/YOURUSERNAME/macqiime:$PATH (Replace ending command in profile) 6. Make a copy of the "macqiime" folder from installation package to rootJewelnas-MBP:MacQIIME_1.9.1-20150604_OS10.7 Jewelna$ open ~/.bash_profile
The file /Users/Jewelna/.bash_profile does not exist.
What do I do? Attached is the "install.s" script I run previously.
Regards,
Jewelna.
MacQIIME version:
cat: /macqiime/version.txt: No such file or directory
Sourcing MacQIIME environment variables...
This is the same as a normal terminal shell, except your default
python is DIFFERENT (/macqiime/bin/python) and there are other new
QIIME-related things in your PATH.
Type "exit" (return) to go back to your normal shell
bash-3.2$ open ~/.bash_profile
The file /Users/gkmd/.bash_profile does not exist.
bash-3.2$ mv ./macqiime/macqiime
usage: mv [-f | -i | -n] [-v] source target
mv [-f | -i | -n] [-v] source ... directory
bash-3.2$ macqiime
MacQIIME version:
cat: /macqiime/version.txt: No such file or directory
Sourcing MacQIIME environment variables...
This is the same as a normal terminal shell, except your default
python is DIFFERENT (/macqiime/bin/python) and there are other new
QIIME-related things in your PATH.
Type "exit" (return) to go back to your normal shell
bash-3.2$ exit
exit
Forgetting MacQIIME environment variable settings...
bash-3.2$ sudo rm -R/macqiime
Password:
rm: illegal option -- /
usage: rm [-f | -i] [-dPRrvW] file ...
unlink file
bash-3.2$ sudo cp -a./macqiime
cp: illegal option -- .
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory
bash-3.2$ sudo cp -a./macqiime
This script will REPLACE any existing /macqiime directory.
Any files or data currently in /macqiime will be lost!!!!!
If this is NOT what you want to do, HIT control-C to quit.
Otherwise, press return to continue...
Creating the /macqiime directory. (An error, if it already exists, is okay.)
You may have to enter your sudo password.
mkdir: /Users/francesca/macqiime: File exists
Copying all the files (may take a while)...
rsync: link_stat "/Users/francesca/Downloads/./macqiime/." failed: No such file or directory (2)
rsync error: some files could not be transferred (code 23) at /BuildRoot/Library/Caches/com.apple.xbs/Sources/rsync/rsync-47/rsync/main.c(992) [sender=2.6.9]
Creating script /usr/bin/macqiime...
cp: scripts/macqiime: No such file or directory
done.
I am not sure what I am doing wrong.
Thank you for your help,
Francesca