I’m installing conda and create a environment but when I activate “conda activate my-env” less or more five minutes my pc freezes, do you have any idea whats happening
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there @lizethcabrales,
It is possible that your PC is running out of RAM. To check that you can open your Task Manager if you are on Windows or Activity monitor if you are on Mac or run htop if you are on Linux.
If this is the case, what I could suggest is rather than running Conda on your PC, is to spin up a new Droplet and install Conda on there, that way it will not use your PC resources and you can connect to your server and use Conda over SSH.
To install Conda on a Droplet, you need to create a Droplet first:
https://www.digitalocean.com/docs/droplets/how-to/create/
After that SSH to that Droplet:
https://www.digitalocean.com/docs/droplets/how-to/connect-with-ssh/
And then run the following commands to install Conda:
- wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
- bash Miniconda3-latest-Linux-x86_64.sh
For more information you can check out the official documentation here:
https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.