I have the ocaml functionality in my mac (I'm using Sierra).I did not use opam or macport to install them.So how do I uninstall OCaml from my system?
I've been searching on Google but I can barely found one that discuss about how to do it in mac.I hope someone can explain this clearly..Thank you very much!!
Related
I can't install mingw-w64-gcc in Arch linux, so i can't compile my .cpp files for Windows...
I have aldready tried wineg++, but it isn't good for me...
Anyone can help me?
Thanks
Assuming that what you want is to install mingw-w64-gcc in Arch, the steps you need to do are:
1) go to: https://aur.archlinux.org/packages/mingw-w64-gcc/ and download a snapshot (on the upper right side of the web page).
2) decompress the file with tar xzvf /your_path/mingw-w64-gcc.tar.gz.
3) install the package. cd mingw-w64-gcc/ && makepkg -si.
You may need to install other dependencies from the Arch User Repository (AUR).
Hope you find this helpful.
For future questions related with Arch Linux issues I would recommend you first to search in the Arch Wiki, and if you cannot find a solution, then use the Arch forums.
PS: Let me also suggest you to use Docker for making your code executable anywhere. It's quite simple to use when you learn it.
I removed Mac OSX's default python2.7 by mistake. Can I reinstall it and IDLE without reinstalling Mac OSX? A similar question was posted in trying to reinstall python2.7 mac, but it is not helpful for me. Any help is highly appreciated.
Found a solution link in Chinese(https://www.zhihu.com/question/22972209). Not tried yet because I don't need to use python2.7 at the moment. Wish it to be useful for others.
Scipy is installed with Anaconda, but won't work since no lapack and blas resources can be found. I've put the precompiled lapack/blas stuff from this link:
http://www.fi.muni.cz/~xsvobod2/misc/lapack/
into my Anaconda folder (user/anaconda) and also into my standard python istallation (c://python27). It still won't work.
I've checked out other questions on this forum on how to install. I've followed the instructions given here:
http://www.scipy.org/scipylib/building/windows.html
but Cmake always sais that the compiler can't compile a simple test program.
Problem solved! I uninstalled Python 2.7 and Anaconda, and now for some reason it works. Thanks to you guys who answered this post :)
Did you try this code?
-conda install -c pymc pymc
It includes installing Scipy.
"Lapack/blas resources not found" error disappeared when I tried this.
Hi I've tried to install the latest codelite but when I try to open it, it doesn't. I followed the instructions on the site but no luck.
I'm using openSUSE 13.2 64-bit
You probably need to install the wxWidgets runtime libs, which were supposed to be included in the CodeLite package but weren't.
openSUSE don't seem to have a meta-package for these, and there are a confusing number of choices, most of which will be wrong for you. However if you ask yast to install libwx_gtk2u_webview-suse-3_0-0 I think you'll find that will depend on the rest of the correct libwx* family.
At the time of this writing, you can install codelite and wxwidget in opensuste in a straightforward method. Just go to the
opensuse software repository and search for codelite. After representation of the results press on the button
Direct Install
to let you install the package on your machine.
I was trying unofficial binaries here: http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
but I still don't know which one is good for me. Any ideas?
numpy‑MKL‑1.9.1.win‑amd64‑py2.7 should do.