Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pinkfish package
#12
(May-17-2020, 04:24 PM)buunaanaa Wrote: does the code above I ran in CMD or I put in as python code in main.ipynb ?
I want to double-check first. So I don't run into the same mistake leads to uninstall the anaconda and re-install it.
All in cmd to the start of jupyterlab.
The point of virtual environment is that you can mess up,and it dos not matter at all.
Then there in no re-install of Anaconda,just delete the environment folder and start over again.
So here is the start in cmd,mess up in this case just delete pink_env1 folder and start over.
You start from Script folder where conda is.
Microsoft Windows [Version 10.0.18362.836]
(c) 2019 Microsoft Corporation. Med enerett.

G:\>cd Anaconda3
G:\Anaconda3>cd Scripts

# Make 
G:\Anaconda3\Scripts>conda create --name pink_env1
Collecting package metadata (repodata.json): done
Solving environment: done

## Package Plan ##

  environment location: G:\Anaconda3\envs\pink_env1



Proceed ([y]/n)? y

Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
#     $ conda activate pink_env1
#
# To deactivate an active environment, use
#
#     $ conda deactivate

# Activate see (pink_env1)
G:\Anaconda3\Scripts>activate pink_env1

# Cd to folder
(pink_env1) G:\Anaconda3\Scripts>cd ..
(pink_env1) G:\Anaconda3>cd envs
(pink_env1) G:\Anaconda3\envs>cd pink_env1

# Now the rest as i posted
(pink_env1) G:\Anaconda3\envs\pink_env1>  
Reply


Messages In This Thread
Pinkfish package - by buunaanaa - May-15-2020, 05:22 AM
RE: Pinkfish package - by snippsat - May-15-2020, 06:20 AM
RE: Pinkfish package - by buunaanaa - May-15-2020, 05:48 PM
RE: Pinkfish package - by snippsat - May-15-2020, 06:31 PM
RE: Pinkfish package - by buunaanaa - May-15-2020, 07:22 PM
RE: Pinkfish package - by snippsat - May-15-2020, 10:04 PM
RE: Pinkfish package - by buunaanaa - May-16-2020, 04:48 PM
RE: Pinkfish package - by buunaanaa - May-18-2020, 05:49 AM
RE: Pinkfish package - by buunaanaa - May-16-2020, 07:55 PM
RE: Pinkfish package - by snippsat - May-16-2020, 06:33 PM
RE: Pinkfish package - by buunaanaa - May-17-2020, 04:24 PM
RE: Pinkfish package - by buunaanaa - May-18-2020, 05:43 PM
RE: Pinkfish package - by buunaanaa - May-18-2020, 07:11 PM
RE: Pinkfish package - by snippsat - May-16-2020, 09:48 PM
RE: Pinkfish package - by snippsat - May-17-2020, 04:47 PM
RE: Pinkfish package - by snippsat - May-18-2020, 10:44 AM
RE: Pinkfish package - by snippsat - May-18-2020, 08:10 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  MPEG DASH Package implementation similar to M3U8 package anantha_narayanan 0 585 Feb-06-2025, 03:55 AM
Last Post: anantha_narayanan

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020