When i tried to install xampp in windows 10 64 bit it shows "windows cannotfind -n".
Is it the first time you're installing XAMPP on that machine? If it is, I would suggest to run some cleaning software that searches for unnecessary files and folders, clean them up and then try to install XAMPP again.
I recommend software like:
AdwCleaner (https://toolslib.net/downloads/viewdownload/1-adwcleaner/)
Malwarebytes (https://www.malwarebytes.com/)
CCleaner
Why do I suggest these? I personally use those myself and it often helps solving my problems with installing software.
If you've already installed XAMPP before, uninstall it completely and try to install it again after reboot!
Related
I just installed Anaconda3 (64-bit) Individual Edition on my Windows 7 machine. I was instructed to do this by setup instructions for an upcoming workshop I'm attending; they said, "Installing all of Python's research packages individually can be a bit difficult, so we recommend Anaconda, an all-in-one installer."
Is it possible to install another Python IDE, such as IDLE, on the same computer as Anaconda?
Definitely yes.
My pc is also running at 64 bits and windows 7.
I have Anaconda (Spyder as editor) and IDLE (interactive shell) at the same time.
Having Anaconda is useful in sense that lots of packages of modules were included when we install it.
I don't know if I got your question right, but I have Anaconda on my computer + PyCharm, I didn't face trouble
Yes, this is possible, but i think Anaconda is going to override the packages installed from python installer.
I installed pgAdmin 4 as part of the postgres installer for MACOS. pgAdmin is now telling me there is a newer version.
However, there is no built in upgrade functionality in pgadmin 4.
Can someone help on this matter?
brew upgrade --cask pgadmin4
Works all the time.
You can reinstall a new pgadmin here:
https://www.pgadmin.org/download/pgadmin-4-macos/
I've installed pgadmin once via homebrew, and everytime I've done brew upgrade and there's been an update its installed it.
I go directly to the pgAdmin download page. Then I install it just like any other Mac program (dragging into the Applications folder).
Be sure to close all connections and shut down the server before installing.
Note: For me, this is in a folder within my Applications folder called "PostgreSQL 11" Not sure if this was by design or a mistake on my part.
I have installed the Anaconda 3 in my windows 10 and it has not installed the Scripts folder and the Anaconda Prompt or Navigator applications.
I have come here and in other sources for an answer and tried to reinstall, use the cmd as adm to install with the conda commands, but the system does not recognize the conda command. I have seen answers with the Scripts folder, but it was not installed.
I have also seen answers advising me to install miniconda and then update to anaconda, but again, miniconda has the same problem as anaconda: no scripts folder, no recognition of the conda command.
I don't know what to do.
Dear all who may have had the same problem, what worked for me was to install the 32-bit version, I had heard it was more stable.
I did not have to restart Windows after installing this version, It was already there, Anaconda Prompt and Navigator.
I work on a hp Probook with windows 10 and the problem was that the application hp Sure Sense Installer block the installation of anaconda. After uninstalling the hp Sure Sense Installer application and reinstalling anaconda, everything works fine !
I'm having the hardest time installing XAMPP on C:\Development\xampp on Windows 10. I would like my C drive to be as clean as possible so I'm moving as many dev tools to the Development folder as I can to achieve this. I get an error towards the end of the XAMPP installation about a problem running the post-install step. It then suggests I install Microsoft Visual C++ 2008 Redistributable, which I already have the 2012 version installed. Originally XAMPP was installed on C:\ with no problems.
How do I install XAMPP to the above directory or any directory other than C:\?
Edit:
I have tried installing XAMPP portable and now receive the following error
I'm no longer on Windows so I can't re-test, but as I recall, the easiest way I managed this was to use the portable version of xampp.
Make sure to run the shell setup script so that it recognizes it's location properly.
You can get it from Apache Friends
Or from PortableApps.com
I have some problems to access phpMyAdmin (Access denied) so I think that my XAMPP was not installed correctly. I want to uninstall this programm but I don't know how. I don't find the uninstall file in my C:/xampp, I don't find the programm in CCleaner, and I don't find the programm in the uninstall panel of Windows. It seems that the programm doesn't exist but I can run it and access localhost. So I don't know what to do, please help !
According to Xamp documentation :
If you installed XAMPP using the installer version, please use the Uninstaller. The Uninstaller will delete all XAMPP entries from your registry and it will uninstall some installed services included with XAMPP. We highly recommend that you use the Uninstall program for removing XAMPP installations from the Installer version.Please backup all the data you want to keep before uninstalling XAMPP.
If you installed XAMPP using the ZIP and 7zip versions, shut down all XAMPP servers and exit all panels. If you installed any services, uninstall and shut them down too. Now simply delete the entire folder where XAMPP is installed. There are no registry entries and no environment variables to clean up.
Hope it helps! :)